#CAECA4

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

Shades of Reef #CAECA4

Tints of Reef #CAECA4

Color information

#CAECA4 (or 0xCAECA4) is unknown color: approx Reef. HEX triplet: CA, EC and A4. RGB value is (202,236,164). Sum of RGB (Red+Green+Blue) = 202+236+164=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA4 is #35135B. Grayscale: #D9D9D9. Windows color (decimal): -3478364 or 10808522. OLE color: 10808522.

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

Color convert

RGB202236164-
CMYK0.1400.310.07
HSL88.33º65.45%78.43%-
HSV(B)88.33º30.51%92.55%-
XYZ61.0575.2346.42-
YUV217.6397.74116.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 236 (92.58% from 255) = 39.20%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=33.55%
G=39.20%
B=27.24%

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
Decimal2022361640.1400.310.0788.3365.4578.43
HexCAECA4E01F758414e
Octal312354244160377130101116
Binary1100101011101100101001001110011111111101100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA4; }

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

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

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

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

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

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

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

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