#CEFFBA

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

Shades of Tea Green #CEFFBA

Tints of Tea Green #CEFFBA

Color information

#CEFFBA (or 0xCEFFBA) is unknown color: approx Tea Green. HEX triplet: CE, FF and BA. RGB value is (206,255,186). Sum of RGB (Red+Green+Blue) = 206+255+186=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFBA is #310045. Grayscale: #E8E8E8. Windows color (decimal): -3211334 or 12255182. OLE color: 12255182.

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

Color convert

RGB206255186-
CMYK0.1900.270
HSL102.61º100%86.47%-
HSV(B)102.61º27.06%100%-
XYZ70.0888.1959.78-
YUV232.48101.77109.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 186 (73.05% from 255) = 28.75%
R=31.84%
G=39.41%
B=28.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551860.1900.270102.6110086.47
HexCEFFBA1301B0676456
Octal316377272230330147144126
Binary110011101111111110111010100110110110110011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFBA; }

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

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

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

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

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

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

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

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