#CEEBA8

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

Shades of Reef #CEEBA8

Tints of Reef #CEEBA8

Color information

#CEEBA8 (or 0xCEEBA8) is unknown color: approx Reef. HEX triplet: CE, EB and A8. RGB value is (206,235,168). Sum of RGB (Red+Green+Blue) = 206+235+168=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA8 is #311457. Grayscale: #DADADA. Windows color (decimal): -3216472 or 11070414. OLE color: 11070414.

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

Color convert

RGB206235168-
CMYK0.1200.290.08
HSL85.97º62.62%79.02%-
HSV(B)85.97º28.51%92.16%-
XYZ62.2375.3748.31-
YUV218.6999.39118.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 168 (66.02% from 255) = 27.59%
R=33.83%
G=38.59%
B=27.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351680.1200.290.0885.9762.6279.02
HexCEEBA8C01D8563f4f
Octal316353250140351012677117
Binary1100111011101011101010001100011101100010101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBA8; }

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

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

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

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

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

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

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

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