#CEFB9E

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

Shades of Reef #CEFB9E

Tints of Reef #CEFB9E

Color information

#CEFB9E (or 0xCEFB9E) is unknown color: approx Reef. HEX triplet: CE, FB and 9E. RGB value is (206,251,158). Sum of RGB (Red+Green+Blue) = 206+251+158=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFB9E is #310461. Grayscale: #E3E3E3. Windows color (decimal): -3212386 or 10419150. OLE color: 10419150.

HSL color Cylindrical-coordinate representation of color #CEFB9E: hue angle of 89.03º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEFB9E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB206251158-
CMYK0.1800.370.02
HSL89.03º92.08%80.2%-
HSV(B)89.03º37.05%98.43%-
XYZ66.1284.5845.19-
YUV226.9489.09113.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=33.50%
G=40.81%
B=25.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062511580.1800.370.0289.0392.0880.2
HexCEFB9E120252595c50
Octal316373236220452131134120
Binary11001110111110111001111010010010010110101100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFB9E; }

 p { color: rgb(206,251,158); }

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

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

 a { background-color: rgb(206,251,158); }

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

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

 span { border-color: rgb(206,251,158); }

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