#CFFAC2

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

Shades of Tea Green #CFFAC2

Tints of Tea Green #CFFAC2

Color information

#CFFAC2 (or 0xCFFAC2) is unknown color: approx Tea Green. HEX triplet: CF, FA and C2. RGB value is (207,250,194). Sum of RGB (Red+Green+Blue) = 207+250+194=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC2 is #30053D. Grayscale: #E6E6E6. Windows color (decimal): -3147070 or 12778191. OLE color: 12778191.

HSL color Cylindrical-coordinate representation of color #CFFAC2: hue angle of 106.07º 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 #CFFAC2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB207250194-
CMYK0.1700.220.02
HSL106.07º84.85%87.06%-
HSV(B)106.07º22.4%98.04%-
XYZ69.6685.5363.88-
YUV230.76107.25111.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 194 (76.17% from 255) = 29.80%
R=31.80%
G=38.40%
B=29.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501940.1700.220.02106.0784.8587.06
HexCFFAC21101626a5557
Octal317372302210262152125127
Binary1100111111111010110000101000101011010110101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAC2; }

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

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

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

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

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

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

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

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