#CAE49E

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

Shades of Reef #CAE49E

Tints of Reef #CAE49E

Color information

#CAE49E (or 0xCAE49E) is unknown color: approx Reef. HEX triplet: CA, E4 and 9E. RGB value is (202,228,158). Sum of RGB (Red+Green+Blue) = 202+228+158=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE49E is #351B61. Grayscale: #D4D4D4. Windows color (decimal): -3480418 or 10413258. OLE color: 10413258.

HSL color Cylindrical-coordinate representation of color #CAE49E: hue angle of 82.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE49E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB202228158-
CMYK0.1100.310.11
HSL82.29º56.45%75.69%-
HSV(B)82.29º30.7%89.41%-
XYZ58.2770.5142.89-
YUV212.2597.39120.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=34.35%
G=38.78%
B=26.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281580.1100.310.1182.2956.4575.69
HexCAE49EB01FB52384c
Octal312344236130371312270114
Binary1100101011100100100111101011011111101110100101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE49E; }

 p { color: rgb(202,228,158); }

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

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

 a { background-color: rgb(202,228,158); }

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

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

 span { border-color: rgb(202,228,158); }

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