Html Css Color HEX #C5FAAB Tea Green

📋 copy color: '#C5FAAB'

red 197 ◦ green 250 ◦ blue 171

#C5FAAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C5FAAB

Tints of Tea Green #C5FAAB

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 value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#C5FAAB (or 0xC5FAAB) is known color: 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

RGB 197 250 171 -
CMYK 0.21 0 0.32 0.02
HSL 100.25º 0.89% 0.83% -
HSV(B) 100.25º 0.32% 0.98% -
XYZ 64.56 83.18 51.18 -
YUV 225.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 197 250 171 0.21 0 0.32 0.02 100.25 0.89 0.83
Hex C5 FA AB 15 0 20 2 64 59 53
Octal 305 372 253 25 0 40 2 144 131 123
Binary 11000101 11111010 10101011 10101 0 100000 10 1100100 1011001 1010011

Color Harmonies of #C5FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAAB

Black with #C5FAAB

Text Example


Text Example

White with #C5FAAB

Text Example


Text Example

HTML Codes & Css Web 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>