#CEFCB2

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

Shades of Tea Green #CEFCB2

Tints of Tea Green #CEFCB2

Color information

#CEFCB2 (or 0xCEFCB2) is unknown color: approx Tea Green. HEX triplet: CE, FC and B2. RGB value is (206,252,178). Sum of RGB (Red+Green+Blue) = 206+252+178=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCB2 is #31034D. Grayscale: #E6E6E6. Windows color (decimal): -3212110 or 11730126. OLE color: 11730126.

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

Color convert

RGB206252178-
CMYK0.1800.290.01
HSL97.3º92.5%84.31%-
HSV(B)97.3º29.37%98.82%-
XYZ68.385.9655.11-
YUV229.8198.76111.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=32.39%
G=39.62%
B=27.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521780.1800.290.0197.392.584.31
HexCEFCB21201D1615c54
Octal316374262220351141134124
Binary110011101111110010110010100100111011110000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCB2; }

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

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

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

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

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

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

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

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