#CEE7C2

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

Shades of Tea Green #CEE7C2

Tints of Tea Green #CEE7C2

Color information

#CEE7C2 (or 0xCEE7C2) is unknown color: approx Tea Green. HEX triplet: CE, E7 and C2. RGB value is (206,231,194). Sum of RGB (Red+Green+Blue) = 206+231+194=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7C2 is #31183D. Grayscale: #DBDBDB. Windows color (decimal): -3217470 or 12773326. OLE color: 12773326.

HSL color Cylindrical-coordinate representation of color #CEE7C2: hue angle of 100.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE7C2 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB206231194-
CMYK0.1100.160.09
HSL100.54º43.53%83.33%-
HSV(B)100.54º16.02%90.59%-
XYZ63.7774.1761.99-
YUV219.31113.72118.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=32.65%
G=36.61%
B=30.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062311940.1100.160.09100.5443.5383.33
HexCEE7C2B0109652c53
Octal316347302130201114554123
Binary1100111011100111110000101011010000100111001011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7C2; }

 p { color: rgb(206,231,194); }

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

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

 a { background-color: rgb(206,231,194); }

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

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

 span { border-color: rgb(206,231,194); }

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