#CEFF9E

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

Shades of Reef #CEFF9E

Tints of Reef #CEFF9E

Color information

#CEFF9E (or 0xCEFF9E) is unknown color: approx Reef. HEX triplet: CE, FF and 9E. RGB value is (206,255,158). Sum of RGB (Red+Green+Blue) = 206+255+158=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF9E is #310061. Grayscale: #E5E5E5. Windows color (decimal): -3211362 or 10420174. OLE color: 10420174.

HSL color Cylindrical-coordinate representation of color #CEFF9E: hue angle of 90.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEFF9E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB206255158-
CMYK0.1900.380
HSL90.31º100%80.98%-
HSV(B)90.31º38.04%100%-
XYZ67.3987.1145.61-
YUV229.2987.77111.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=33.28%
G=41.20%
B=25.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551580.1900.38090.3110080.98
HexCEFF9E1302605a6451
Octal316377236230460132144121
Binary1100111011111111100111101001101001100101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF9E; }

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

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

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

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

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

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

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

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