#CEFAC2

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

Shades of Tea Green #CEFAC2

Tints of Tea Green #CEFAC2

Color information

#CEFAC2 (or 0xCEFAC2) is unknown color: approx Tea Green. HEX triplet: CE, FA and C2. RGB value is (206,250,194). Sum of RGB (Red+Green+Blue) = 206+250+194=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAC2 is #31053D. Grayscale: #E6E6E6. Windows color (decimal): -3212606 or 12778190. OLE color: 12778190.

HSL color Cylindrical-coordinate representation of color #CEFAC2: hue angle of 107.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEFAC2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB206250194-
CMYK0.1800.220.02
HSL107.14º84.85%87.06%-
HSV(B)107.14º22.4%98.04%-
XYZ69.3885.3963.86-
YUV230.46107.42110.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=31.69%
G=38.46%
B=29.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501940.1800.220.02107.1484.8587.06
HexCEFAC21201626b5557
Octal316372302220262153125127
Binary1100111011111010110000101001001011010110101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAC2; }

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

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

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

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

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

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

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

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