#CFFAB2

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

Shades of Tea Green #CFFAB2

Tints of Tea Green #CFFAB2

Color information

#CFFAB2 (or 0xCFFAB2) is unknown color: approx Tea Green. HEX triplet: CF, FA and B2. RGB value is (207,250,178). Sum of RGB (Red+Green+Blue) = 207+250+178=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFAB2 is #30054D. Grayscale: #E5E5E5. Windows color (decimal): -3147086 or 11729615. OLE color: 11729615.

HSL color Cylindrical-coordinate representation of color #CFFAB2: hue angle of 95.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFFAB2 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB207250178-
CMYK0.1700.290.02
HSL95.83º87.8%83.92%-
HSV(B)95.83º28.8%98.04%-
XYZ67.9584.8554.92-
YUV228.9499.25112.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=32.60%
G=39.37%
B=28.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501780.1700.290.0295.8387.883.92
HexCFFAB21101D2605854
Octal317372262210352140130124
Binary1100111111111010101100101000101110110110000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAB2; }

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

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

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

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

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

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

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

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