#CEFBB0

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

Shades of Tea Green #CEFBB0

Tints of Tea Green #CEFBB0

Color information

#CEFBB0 (or 0xCEFBB0) is unknown color: approx Tea Green. HEX triplet: CE, FB and B0. RGB value is (206,251,176). Sum of RGB (Red+Green+Blue) = 206+251+176=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFBB0 is #31044F. Grayscale: #E5E5E5. Windows color (decimal): -3212368 or 11598798. OLE color: 11598798.

HSL color Cylindrical-coordinate representation of color #CEFBB0: hue angle of 96º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEFBB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB206251176-
CMYK0.1800.300.02
HSL96º90.36%83.73%-
HSV(B)96º29.88%98.43%-
XYZ67.7985.2553.96-
YUV228.9998.09111.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=32.54%
G=39.65%
B=27.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062511760.1800.300.029690.3683.73
HexCEFBB01201E2605a54
Octal316373260220362140132124
Binary1100111011111011101100001001001111010110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBB0; }

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

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

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

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

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

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

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

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