#CFFFAC

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

Shades of Tea Green #CFFFAC

Tints of Tea Green #CFFFAC

Color information

#CFFFAC (or 0xCFFFAC) is unknown color: approx Tea Green. HEX triplet: CF, FF and AC. RGB value is (207,255,172). Sum of RGB (Red+Green+Blue) = 207+255+172=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFAC is #300053. Grayscale: #E7E7E7. Windows color (decimal): -3145812 or 11337679. OLE color: 11337679.

HSL color Cylindrical-coordinate representation of color #CFFFAC: hue angle of 94.7º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFFAC is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB207255172-
CMYK0.1900.330
HSL94.7º100%83.73%-
HSV(B)94.7º32.55%100%-
XYZ68.9487.7652.34-
YUV231.1994.6110.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=32.65%
G=40.22%
B=27.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551720.1900.33094.710083.73
HexCFFFAC1302105f6454
Octal317377254230410137144124
Binary1100111111111111101011001001101000010101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFAC; }

 p { color: rgb(207,255,172); }

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

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

 a { background-color: rgb(207,255,172); }

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

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

 span { border-color: rgb(207,255,172); }

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