#CEEDA0

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

Shades of Reef #CEEDA0

Tints of Reef #CEEDA0

Color information

#CEEDA0 (or 0xCEEDA0) is unknown color: approx Reef. HEX triplet: CE, ED and A0. RGB value is (206,237,160). Sum of RGB (Red+Green+Blue) = 206+237+160=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDA0 is #31125F. Grayscale: #DBDBDB. Windows color (decimal): -3215968 or 10546638. OLE color: 10546638.

HSL color Cylindrical-coordinate representation of color #CEEDA0: hue angle of 84.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEEDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB206237160-
CMYK0.1300.320.07
HSL84.16º68.14%77.84%-
HSV(B)84.16º32.49%92.94%-
XYZ62.0876.2344.7-
YUV218.9594.73118.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=34.16%
G=39.30%
B=26.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371600.1300.320.0784.1668.1477.84
HexCEEDA0D020754444e
Octal316355240150407124104116
Binary11001110111011011010000011010100000111101010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDA0; }

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

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

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

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

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

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

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

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