#CFFAB9

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

Shades of Tea Green #CFFAB9

Tints of Tea Green #CFFAB9

Color information

#CFFAB9 (or 0xCFFAB9) is unknown color: approx Tea Green. HEX triplet: CF, FA and B9. RGB value is (207,250,185). Sum of RGB (Red+Green+Blue) = 207+250+185=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAB9 is #300546. Grayscale: #E5E5E5. Windows color (decimal): -3147079 or 12188367. OLE color: 12188367.

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

Color convert

RGB207250185-
CMYK0.1700.260.02
HSL99.69º86.67%85.29%-
HSV(B)99.69º26%98.04%-
XYZ68.6785.1458.71-
YUV229.73102.75111.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 185 (72.66% from 255) = 28.82%
R=32.24%
G=38.94%
B=28.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501850.1700.260.0299.6986.6785.29
HexCFFAB91101A2645755
Octal317372271210322144127125
Binary1100111111111010101110011000101101010110010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAB9; }

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

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

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

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

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

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

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

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