#CAE09E

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

Shades of Reef #CAE09E

Tints of Reef #CAE09E

Color information

#CAE09E (or 0xCAE09E) is unknown color: approx Reef. HEX triplet: CA, E0 and 9E. RGB value is (202,224,158). Sum of RGB (Red+Green+Blue) = 202+224+158=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE09E is #351F61. Grayscale: #D2D2D2. Windows color (decimal): -3481442 or 10412234. OLE color: 10412234.

HSL color Cylindrical-coordinate representation of color #CAE09E: hue angle of 80º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAE09E is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB202224158-
CMYK0.1000.290.12
HSL80º51.56%74.9%-
HSV(B)80º29.46%87.84%-
XYZ57.1868.3442.52-
YUV209.998.71122.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 158 (62.11% from 255) = 27.05%
R=34.59%
G=38.36%
B=27.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241580.1000.290.128051.5674.9
HexCAE09EA01DC50344b
Octal312340236120351412064113
Binary1100101011100000100111101010011101110010100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE09E; }

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

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

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

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

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

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

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

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