Html Css Color HEX #C5FAB5 Tea Green

📋 copy color: '#C5FAB5'

red 197 ◦ green 250 ◦ blue 181

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

Shades of Tea Green #C5FAB5

Tints of Tea Green #C5FAB5

RGB

 RED value IS 197 (77.34% from 255) = 31.37%

 GREEN value IS 250 (98.05% from 255) = 39.81%

 BLUE value IS 181 (71.09% from 255) = 28.82%

R = 31.37%
G = 39.81%
B = 28.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#C5FAB5 (or 0xC5FAB5) is known color: Tea Green. HEX triplet: C5, FA and B5. RGB value is (197,250,181). Sum of RGB (Red+Green+Blue) = 197+250+181=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAB5 is #3A054A. Grayscale: #E2E2E2. Windows color (decimal): -3802443 or 11926213. OLE color: 11926213.

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

Color convert

RGB 197 250 181 -
CMYK 0.21 0 0.28 0.02
HSL 106.09º 0.87% 0.85% -
HSV(B) 106.09º 0.28% 0.98% -
XYZ 65.55 83.58 56.39 -
YUV 226.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 197 250 181 0.21 0 0.28 0.02 106.09 0.87 0.85
Hex C5 FA B5 15 0 1C 2 6A 57 55
Octal 305 372 265 25 0 34 2 152 127 125
Binary 11000101 11111010 10110101 10101 0 11100 10 1101010 1010111 1010101

Color Harmonies of #C5FAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAB5

Black with #C5FAB5

Text Example


Text Example

White with #C5FAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAB5; }

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

 H1.HeaderClassName
 {
   color: #C5FAB5;
 }
 .AnyTagClassName
 {
   color: #C5FAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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