#CAEEAA

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

Shades of Reef #CAEEAA

Tints of Reef #CAEEAA

Color information

#CAEEAA (or 0xCAEEAA) is unknown color: approx Reef. HEX triplet: CA, EE and AA. RGB value is (202,238,170). Sum of RGB (Red+Green+Blue) = 202+238+170=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEAA is #351155. Grayscale: #DBDBDB. Windows color (decimal): -3477846 or 11202250. OLE color: 11202250.

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

Color convert

RGB202238170-
CMYK0.1500.290.07
HSL91.76º66.67%80%-
HSV(B)91.76º28.57%93.33%-
XYZ62.1976.6149.54-
YUV219.48100.07115.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=33.11%
G=39.02%
B=27.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381700.1500.290.0791.7666.6780
HexCAEEAAF01D75c4350
Octal312356252170357134103120
Binary1100101011101110101010101111011101111101110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEAA; }

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

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

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

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

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

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

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

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