#CEEDA9

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

Shades of Reef #CEEDA9

Tints of Reef #CEEDA9

Color information

#CEEDA9 (or 0xCEEDA9) is unknown color: approx Reef. HEX triplet: CE, ED and A9. RGB value is (206,237,169). Sum of RGB (Red+Green+Blue) = 206+237+169=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDA9 is #311256. Grayscale: #DCDCDC. Windows color (decimal): -3215959 or 11136462. OLE color: 11136462.

HSL color Cylindrical-coordinate representation of color #CEEDA9: hue angle of 87.35º degrees, saturation: 0.65, 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 #CEEDA9 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB206237169-
CMYK0.1300.290.07
HSL87.35º65.38%79.61%-
HSV(B)87.35º28.69%92.94%-
XYZ62.976.5549-
YUV219.9899.23118.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 169 (66.41% from 255) = 27.61%
R=33.66%
G=38.73%
B=27.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371690.1300.290.0787.3565.3879.61
HexCEEDA9D01D7574150
Octal316355251150357127101120
Binary1100111011101101101010011101011101111101011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDA9; }

 p { color: rgb(206,237,169); }

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

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

 a { background-color: rgb(206,237,169); }

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

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

 span { border-color: rgb(206,237,169); }

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