#CEFCC0

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

Shades of Tea Green #CEFCC0

Tints of Tea Green #CEFCC0

Color information

#CEFCC0 (or 0xCEFCC0) is unknown color: approx Tea Green. HEX triplet: CE, FC and C0. RGB value is (206,252,192). Sum of RGB (Red+Green+Blue) = 206+252+192=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCC0 is #31033F. Grayscale: #E7E7E7. Windows color (decimal): -3212096 or 12647630. OLE color: 12647630.

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

Color convert

RGB206252192-
CMYK0.1800.240.01
HSL106º90.91%87.06%-
HSV(B)106º23.81%98.82%-
XYZ69.7886.5562.9-
YUV231.41105.76109.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=31.69%
G=38.77%
B=29.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521920.1800.240.0110690.9187.06
HexCEFCC01201816a5b57
Octal316374300220301152133127
Binary110011101111110011000000100100110001110101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCC0; }

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

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

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

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

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

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

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

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