#CADE9F

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

Shades of Reef #CADE9F

Tints of Reef #CADE9F

Color information

#CADE9F (or 0xCADE9F) is unknown color: approx Reef. HEX triplet: CA, DE and 9F. RGB value is (202,222,159). Sum of RGB (Red+Green+Blue) = 202+222+159=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE9F is #352160. Grayscale: #D1D1D1. Windows color (decimal): -3481953 or 10477258. OLE color: 10477258.

HSL color Cylindrical-coordinate representation of color #CADE9F: hue angle of 79.05º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CADE9F is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB202222159-
CMYK0.0900.280.13
HSL79.05º48.84%74.71%-
HSV(B)79.05º28.38%87.06%-
XYZ56.7467.342.8-
YUV208.8499.87123.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=34.65%
G=38.08%
B=27.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221590.0900.280.1379.0548.8474.71
HexCADE9F901CD4f314b
Octal312336237110341511761113
Binary1100101011011110100111111001011100110110011111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE9F; }

 p { color: rgb(202,222,159); }

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

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

 a { background-color: rgb(202,222,159); }

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

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

 span { border-color: rgb(202,222,159); }

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