#CEE5C0

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

Shades of Tea Green #CEE5C0

Tints of Tea Green #CEE5C0

Color information

#CEE5C0 (or 0xCEE5C0) is unknown color: approx Tea Green. HEX triplet: CE, E5 and C0. RGB value is (206,229,192). Sum of RGB (Red+Green+Blue) = 206+229+192=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5C0 is #311A3F. Grayscale: #DADADA. Windows color (decimal): -3217984 or 12641742. OLE color: 12641742.

HSL color Cylindrical-coordinate representation of color #CEE5C0: hue angle of 97.3º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE5C0 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB206229192-
CMYK0.1000.160.10
HSL97.3º41.57%82.55%-
HSV(B)97.3º16.16%89.8%-
XYZ62.9972.9760.63-
YUV217.9113.38119.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=32.85%
G=36.52%
B=30.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062291920.1000.160.1097.341.5782.55
HexCEE5C0A010A612a53
Octal316345300120201214152123
Binary1100111011100101110000001010010000101011000011010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5C0; }

 p { color: rgb(206,229,192); }

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

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

 a { background-color: rgb(206,229,192); }

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

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

 span { border-color: rgb(206,229,192); }

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