#CEFFB0

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

Shades of Tea Green #CEFFB0

Tints of Tea Green #CEFFB0

Color information

#CEFFB0 (or 0xCEFFB0) is unknown color: approx Tea Green. HEX triplet: CE, FF and B0. RGB value is (206,255,176). Sum of RGB (Red+Green+Blue) = 206+255+176=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFB0 is #31004F. Grayscale: #E7E7E7. Windows color (decimal): -3211344 or 11599822. OLE color: 11599822.

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

Color convert

RGB206255176-
CMYK0.1900.310
HSL97.22º100%84.51%-
HSV(B)97.22º30.98%100%-
XYZ69.0587.7854.38-
YUV231.3496.77109.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 176 (69.14% from 255) = 27.63%
R=32.34%
G=40.03%
B=27.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551760.1900.31097.2210084.51
HexCEFFB01301F0616455
Octal316377260230370141144125
Binary110011101111111110110000100110111110110000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFB0; }

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

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

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

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

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

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

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

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