#CEF796

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

Shades of Reef #CEF796

Tints of Reef #CEF796

Color information

#CEF796 (or 0xCEF796) is unknown color: approx Reef. HEX triplet: CE, F7 and 96. RGB value is (206,247,150). Sum of RGB (Red+Green+Blue) = 206+247+150=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF796 is #310869. Grayscale: #E0E0E0. Windows color (decimal): -3213418 or 9893838. OLE color: 9893838.

HSL color Cylindrical-coordinate representation of color #CEF796: hue angle of 85.36º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEF796 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB206247150-
CMYK0.1700.390.03
HSL85.36º85.84%77.84%-
HSV(B)85.36º39.27%96.86%-
XYZ64.2281.8541.27-
YUV223.6886.42115.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=34.16%
G=40.96%
B=24.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471500.1700.390.0385.3685.8477.84
HexCEF79611027355564e
Octal316367226210473125126116
Binary11001110111101111001011010001010011111101010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF796; }

 p { color: rgb(206,247,150); }

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

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

 a { background-color: rgb(206,247,150); }

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

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

 span { border-color: rgb(206,247,150); }

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