#CEEE8F

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

Shades of Reef #CEEE8F

Tints of Reef #CEEE8F

Color information

#CEEE8F (or 0xCEEE8F) is unknown color: approx Reef. HEX triplet: CE, EE and 8F. RGB value is (206,238,143). Sum of RGB (Red+Green+Blue) = 206+238+143=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE8F is #311170. Grayscale: #D9D9D9. Windows color (decimal): -3215729 or 9432782. OLE color: 9432782.

HSL color Cylindrical-coordinate representation of color #CEEE8F: hue angle of 80.21º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEEE8F is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB206238143-
CMYK0.1300.400.07
HSL80.21º73.64%74.71%-
HSV(B)80.21º39.92%93.33%-
XYZ60.9976.2537.49-
YUV217.685.9119.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 238 (93.36% from 255) = 40.55%
BLUE value IS 143 (56.25% from 255) = 24.36%
R=35.09%
G=40.55%
B=24.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381430.1300.400.0780.2173.6474.71
HexCEEE8FD0287504a4b
Octal316356217150507120112113
Binary11001110111011101000111111010101000111101000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE8F; }

 p { color: rgb(206,238,143); }

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

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

 a { background-color: rgb(206,238,143); }

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

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

 span { border-color: rgb(206,238,143); }

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