#CEF7A0

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

Shades of Reef #CEF7A0

Tints of Reef #CEF7A0

Color information

#CEF7A0 (or 0xCEF7A0) is unknown color: approx Reef. HEX triplet: CE, F7 and A0. RGB value is (206,247,160). Sum of RGB (Red+Green+Blue) = 206+247+160=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7A0 is #31085F. Grayscale: #E1E1E1. Windows color (decimal): -3213408 or 10549198. OLE color: 10549198.

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

Color convert

RGB206247160-
CMYK0.1700.350.03
HSL88.28º84.47%79.8%-
HSV(B)88.28º35.22%96.86%-
XYZ65.0682.1845.69-
YUV224.8291.42114.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=33.61%
G=40.29%
B=26.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471600.1700.350.0388.2884.4779.8
HexCEF7A0110233585450
Octal316367240210433130124120
Binary11001110111101111010000010001010001111101100010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7A0; }

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

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

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

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

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

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

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

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