#CEFFBF

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

Shades of Tea Green #CEFFBF

Tints of Tea Green #CEFFBF

Color information

#CEFFBF (or 0xCEFFBF) is unknown color: approx Tea Green. HEX triplet: CE, FF and BF. RGB value is (206,255,191). Sum of RGB (Red+Green+Blue) = 206+255+191=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFBF is #310040. Grayscale: #E9E9E9. Windows color (decimal): -3211329 or 12582862. OLE color: 12582862.

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

Color convert

RGB206255191-
CMYK0.1900.250
HSL105.94º100%87.45%-
HSV(B)105.94º25.1%100%-
XYZ70.6288.462.63-
YUV233.05104.27108.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 191 (75% from 255) = 29.29%
R=31.60%
G=39.11%
B=29.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551910.1900.250105.9410087.45
HexCEFFBF1301906a6457
Octal316377277230310152144127
Binary110011101111111110111111100110110010110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFBF; }

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

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

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

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

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

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

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

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