#CAECA6

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

Shades of Reef #CAECA6

Tints of Reef #CAECA6

Color information

#CAECA6 (or 0xCAECA6) is unknown color: approx Reef. HEX triplet: CA, EC and A6. RGB value is (202,236,166). Sum of RGB (Red+Green+Blue) = 202+236+166=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA6 is #351359. Grayscale: #DADADA. Windows color (decimal): -3478362 or 10939594. OLE color: 10939594.

HSL color Cylindrical-coordinate representation of color #CAECA6: hue angle of 89.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAECA6 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB202236166-
CMYK0.1400.300.07
HSL89.14º64.81%78.82%-
HSV(B)89.14º29.66%92.55%-
XYZ61.2475.347.38-
YUV217.8598.74116.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=33.44%
G=39.07%
B=27.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361660.1400.300.0789.1464.8178.82
HexCAECA6E01E759414f
Octal312354246160367131101117
Binary1100101011101100101001101110011110111101100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA6; }

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

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

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

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

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

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

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

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