#CEFCBA

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

Shades of Tea Green #CEFCBA

Tints of Tea Green #CEFCBA

Color information

#CEFCBA (or 0xCEFCBA) is unknown color: approx Tea Green. HEX triplet: CE, FC and BA. RGB value is (206,252,186). Sum of RGB (Red+Green+Blue) = 206+252+186=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCBA is #310345. Grayscale: #E6E6E6. Windows color (decimal): -3212102 or 12254414. OLE color: 12254414.

HSL color Cylindrical-coordinate representation of color #CEFCBA: hue angle of 101.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEFCBA is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB206252186-
CMYK0.1800.260.01
HSL101.82º91.67%85.88%-
HSV(B)101.82º26.19%98.82%-
XYZ69.1386.2959.47-
YUV230.72102.76110.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=31.99%
G=39.13%
B=28.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521860.1800.260.01101.8291.6785.88
HexCEFCBA1201A1665c56
Octal316374272220321146134126
Binary110011101111110010111010100100110101110011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCBA; }

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

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

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

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

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

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

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

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