#CAECA2

Color #CAECA2 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAECA2

Tints of Reef #CAECA2

Color information

#CAECA2 (or 0xCAECA2) is unknown color: approx Reef. HEX triplet: CA, EC and A2. RGB value is (202,236,162). Sum of RGB (Red+Green+Blue) = 202+236+162=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA2 is #35135D. Grayscale: #D9D9D9. Windows color (decimal): -3478366 or 10677450. OLE color: 10677450.

HSL color Cylindrical-coordinate representation of color #CAECA2: hue angle of 87.57º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAECA2 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB202236162-
CMYK0.1400.310.07
HSL87.57º66.07%78.04%-
HSV(B)87.57º31.36%92.55%-
XYZ60.8775.1645.48-
YUV217.496.74117.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 162 (63.67% from 255) = 27%
R=33.67%
G=39.33%
B=27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361620.1400.310.0787.5766.0778.04
HexCAECA2E01F758424e
Octal312354242160377130102116
Binary1100101011101100101000101110011111111101100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA2; }

 p { color: rgb(202,236,162); }

 H1.HeaderClassName
 {
   color: #CAECA2;
 }
 .AnyTagClassName
 {
   color: #CAECA2;
 }
</style>
background-color css

<style>
 a { background-color: #CAECA2; }

 a { background-color: rgb(202,236,162); }

 div.DivClassName
 {
   background-color: #CAECA2;
 }
 .BgClassName
 {
   background-color: #CAECA2;
 }
</style>
border-color css

<style>
 span { border-color: #CAECA2; }

 span { border-color: rgb(202,236,162); }

 td.TdClassName
 {
   border-color: #CAECA2;
 }
 .TagClassName
 {
   border-color: #CAECA2;
 }
</style>