#CEEB9F

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

Shades of Reef #CEEB9F

Tints of Reef #CEEB9F

Color information

#CEEB9F (or 0xCEEB9F) is unknown color: approx Reef. HEX triplet: CE, EB and 9F. RGB value is (206,235,159). Sum of RGB (Red+Green+Blue) = 206+235+159=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEB9F is #311460. Grayscale: #D9D9D9. Windows color (decimal): -3216481 or 10480590. OLE color: 10480590.

HSL color Cylindrical-coordinate representation of color #CEEB9F: hue angle of 82.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEEB9F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB206235159-
CMYK0.1200.320.08
HSL82.89º65.52%77.25%-
HSV(B)82.89º32.34%92.16%-
XYZ61.4275.0444.05-
YUV217.6694.89119.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=34.33%
G=39.17%
B=26.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351590.1200.320.0882.8965.5277.25
HexCEEB9FC020853424d
Octal3163532371404010123102115
Binary110011101110101110011111110001000001000101001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEB9F; }

 p { color: rgb(206,235,159); }

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

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

 a { background-color: rgb(206,235,159); }

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

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

 span { border-color: rgb(206,235,159); }

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