#CAECA5

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

Shades of Reef #CAECA5

Tints of Reef #CAECA5

Color information

#CAECA5 (or 0xCAECA5) is unknown color: approx Reef. HEX triplet: CA, EC and A5. RGB value is (202,236,165). Sum of RGB (Red+Green+Blue) = 202+236+165=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA5 is #35135A. Grayscale: #D9D9D9. Windows color (decimal): -3478363 or 10874058. OLE color: 10874058.

HSL color Cylindrical-coordinate representation of color #CAECA5: hue angle of 88.73º 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 #CAECA5 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB202236165-
CMYK0.1400.300.07
HSL88.73º65.14%78.63%-
HSV(B)88.73º30.08%92.55%-
XYZ61.1475.2646.9-
YUV217.7498.24116.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=33.50%
G=39.14%
B=27.36%

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
Decimal2022361650.1400.300.0788.7365.1478.63
HexCAECA5E01E759414f
Octal312354245160367131101117
Binary1100101011101100101001011110011110111101100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA5; }

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

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

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

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

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

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

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

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