#CEEB98

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

Shades of Reef #CEEB98

Tints of Reef #CEEB98

Color information

#CEEB98 (or 0xCEEB98) is unknown color: approx Reef. HEX triplet: CE, EB and 98. RGB value is (206,235,152). Sum of RGB (Red+Green+Blue) = 206+235+152=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEB98 is #311467. Grayscale: #D9D9D9. Windows color (decimal): -3216488 or 10021838. OLE color: 10021838.

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

Color convert

RGB206235152-
CMYK0.1200.350.08
HSL80.96º67.48%75.88%-
HSV(B)80.96º35.32%92.16%-
XYZ60.8374.8140.94-
YUV216.8791.39120.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=34.74%
G=39.63%
B=25.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351520.1200.350.0880.9667.4875.88
HexCEEB98C023851434c
Octal3163532301404310121103114
Binary110011101110101110011000110001000111000101000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEB98; }

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

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

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

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

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

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

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

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