#CEEA98

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

Shades of Reef #CEEA98

Tints of Reef #CEEA98

Color information

#CEEA98 (or 0xCEEA98) is unknown color: approx Reef. HEX triplet: CE, EA and 98. RGB value is (206,234,152). Sum of RGB (Red+Green+Blue) = 206+234+152=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA98 is #311567. Grayscale: #D8D8D8. Windows color (decimal): -3216744 or 10021582. OLE color: 10021582.

HSL color Cylindrical-coordinate representation of color #CEEA98: hue angle of 80.49º degrees, saturation: 0.66, 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 #CEEA98 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB206234152-
CMYK0.1200.350.08
HSL80.49º66.13%75.69%-
HSV(B)80.49º35.04%91.76%-
XYZ60.5474.2340.84-
YUV216.2891.72120.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 234 (91.80% from 255) = 39.53%
BLUE value IS 152 (59.77% from 255) = 25.68%
R=34.80%
G=39.53%
B=25.68%

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
Decimal2062341520.1200.350.0880.4966.1375.69
HexCEEA98C023850424c
Octal3163522301404310120102114
Binary110011101110101010011000110001000111000101000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA98; }

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

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

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

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

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

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

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

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