#cae09d

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

Shades of Reef #CAE09D

Tints of Reef #CAE09D

Color information

#CAE09D (or 0xCAE09D) is unknown color: approx Reef. HEX triplet: CA, E0 and 9D. RGB value is (202,224,157). Sum of RGB (Red+Green+Blue) = 202+224+157=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE09D is #351F62. Grayscale: #D2D2D2. Windows color (decimal): -3481443 or 10346698. OLE color: 10346698.

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

Color convert

RGB202224157-
CMYK0.1000.300.12
HSL79.7º51.94%74.71%-
HSV(B)79.7º29.91%87.84%-
XYZ57.168.342.07-
YUV209.7898.21122.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 157 (61.72% from 255) = 26.93%
R=34.65%
G=38.42%
B=26.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241570.1000.300.1279.751.9474.71
HexCAE09DA01EC50344b
Octal312340235120361412064113
Binary1100101011100000100111011010011110110010100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cae09d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cae09d; }

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

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

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

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

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

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

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

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