#CEEFC2

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

Shades of Tea Green #CEEFC2

Tints of Tea Green #CEEFC2

Color information

#CEEFC2 (or 0xCEEFC2) is unknown color: approx Tea Green. HEX triplet: CE, EF and C2. RGB value is (206,239,194). Sum of RGB (Red+Green+Blue) = 206+239+194=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFC2 is #31103D. Grayscale: #E0E0E0. Windows color (decimal): -3215422 or 12775374. OLE color: 12775374.

HSL color Cylindrical-coordinate representation of color #CEEFC2: hue angle of 104º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEFC2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB206239194-
CMYK0.1400.190.06
HSL104º58.44%84.9%-
HSV(B)104º18.83%93.73%-
XYZ66.0678.7562.76-
YUV224111.07115.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 194 (76.17% from 255) = 30.36%
R=32.24%
G=37.40%
B=30.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391940.1400.190.0610458.4484.9
HexCEEFC2E0136683a55
Octal31635730216023615072125
Binary110011101110111111000010111001001111011010001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFC2; }

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

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

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

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

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

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

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

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