#C5FAAB

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

Shades of Tea Green #C5FAAB

Tints of Tea Green #C5FAAB

Color information

#C5FAAB (or 0xC5FAAB) is unknown color: approx Tea Green. HEX triplet: C5, FA and AB. RGB value is (197,250,171). Sum of RGB (Red+Green+Blue) = 197+250+171=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAAB is #3A0554. Grayscale: #E1E1E1. Windows color (decimal): -3802453 or 11270853. OLE color: 11270853.

HSL color Cylindrical-coordinate representation of color #C5FAAB: hue angle of 100.25º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5FAAB is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB197250171-
CMYK0.2100.320.02
HSL100.25º88.76%82.55%-
HSV(B)100.25º31.6%98.04%-
XYZ64.5683.1851.18-
YUV225.1597.44107.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=31.88%
G=40.45%
B=27.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501710.2100.320.02100.2588.7682.55
HexC5FAAB150202645953
Octal305372253250402144131123
Binary11000101111110101010101110101010000010110010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAAB; }

 p { color: rgb(197,250,171); }

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

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

 a { background-color: rgb(197,250,171); }

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

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

 span { border-color: rgb(197,250,171); }

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