#CFFAC4

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

Shades of Tea Green #CFFAC4

Tints of Tea Green #CFFAC4

Color information

#CFFAC4 (or 0xCFFAC4) is unknown color: approx Tea Green. HEX triplet: CF, FA and C4. RGB value is (207,250,196). Sum of RGB (Red+Green+Blue) = 207+250+196=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC4 is #30053B. Grayscale: #E7E7E7. Windows color (decimal): -3147068 or 12909263. OLE color: 12909263.

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

Color convert

RGB207250196-
CMYK0.1700.220.02
HSL107.78º84.38%87.45%-
HSV(B)107.78º21.6%98.04%-
XYZ69.8885.6265.07-
YUV230.99108.25110.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=31.70%
G=38.28%
B=30.02%

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
Decimal2072501960.1700.220.02107.7884.3887.45
HexCFFAC41101626c5457
Octal317372304210262154124127
Binary1100111111111010110001001000101011010110110010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAC4; }

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

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

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

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

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

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

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

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