Html Css Color HEX #C5FABA Tea Green

📋 copy color: '#C5FABA'

red 197 ◦ green 250 ◦ blue 186

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

Shades of Tea Green #C5FABA

Tints of Tea Green #C5FABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.38%

R = 31.12%
G = 39.49%
B = 29.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#C5FABA (or 0xC5FABA) is known color: Tea Green. HEX triplet: C5, FA and BA. RGB value is (197,250,186). Sum of RGB (Red+Green+Blue) = 197+250+186=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FABA is #3A0545. Grayscale: #E3E3E3. Windows color (decimal): -3802438 or 12253893. OLE color: 12253893.

HSL color Cylindrical-coordinate representation of color #C5FABA: hue angle of 109.69º degrees, saturation: 0.86, 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 #C5FABA is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 186 -
CMYK 0.21 0 0.26 0.02
HSL 109.69º 0.86% 0.85% -
HSV(B) 109.69º 0.26% 0.98% -
XYZ 66.07 83.79 59.14 -
YUV 226.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 197 250 186 0.21 0 0.26 0.02 109.69 0.86 0.85
Hex C5 FA BA 15 0 1A 2 6E 56 55
Octal 305 372 272 25 0 32 2 156 126 125
Binary 11000101 11111010 10111010 10101 0 11010 10 1101110 1010110 1010101

Color Harmonies of #C5FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FABA

Black with #C5FABA

Text Example


Text Example

White with #C5FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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