#CEE494

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

Shades of Reef #CEE494

Tints of Reef #CEE494

Color information

#CEE494 (or 0xCEE494) is unknown color: approx Reef. HEX triplet: CE, E4 and 94. RGB value is (206,228,148). Sum of RGB (Red+Green+Blue) = 206+228+148=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE494 is #311B6B. Grayscale: #D4D4D4. Windows color (decimal): -3218284 or 9757902. OLE color: 9757902.

HSL color Cylindrical-coordinate representation of color #CEE494: hue angle of 76.5º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEE494 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB206228148-
CMYK0.1000.350.11
HSL76.5º59.7%73.73%-
HSV(B)76.5º35.09%89.41%-
XYZ58.5470.7538.59-
YUV212.391.71123.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 228 (89.45% from 255) = 39.18%
BLUE value IS 148 (58.20% from 255) = 25.43%
R=35.40%
G=39.18%
B=25.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062281480.1000.350.1176.559.773.73
HexCEE494A023B4c3c4a
Octal316344224120431311474112
Binary11001110111001001001010010100100011101110011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE494; }

 p { color: rgb(206,228,148); }

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

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

 a { background-color: rgb(206,228,148); }

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

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

 span { border-color: rgb(206,228,148); }

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