#CAECAA

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

Shades of Reef #CAECAA

Tints of Reef #CAECAA

Color information

#CAECAA (or 0xCAECAA) is unknown color: approx Reef. HEX triplet: CA, EC and AA. RGB value is (202,236,170). Sum of RGB (Red+Green+Blue) = 202+236+170=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECAA is #351355. Grayscale: #DADADA. Windows color (decimal): -3478358 or 11201738. OLE color: 11201738.

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

Color convert

RGB202236170-
CMYK0.1400.280.07
HSL90.91º63.46%79.61%-
HSV(B)90.91º27.97%92.55%-
XYZ61.6175.4549.35-
YUV218.31100.74116.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 236 (92.58% from 255) = 38.82%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=33.22%
G=38.82%
B=27.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361700.1400.280.0790.9163.4679.61
HexCAECAAE01C75b3f50
Octal31235425216034713377120
Binary110010101110110010101010111001110011110110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECAA; }

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

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

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

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

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

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

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

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