Html Css Color HEX #C6FABA Tea Green

📋 copy color: '#C6FABA'

red 198 ◦ green 250 ◦ blue 186

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

Shades of Tea Green #C6FABA

Tints of Tea Green #C6FABA

RGB

 RED value IS 198 (77.73% from 255) = 31.23%

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

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

R = 31.23%
G = 39.43%
B = 29.34%

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

#C6FABA (or 0xC6FABA) is known color: Tea Green. HEX triplet: C6, FA and BA. RGB value is (198,250,186). Sum of RGB (Red+Green+Blue) = 198+250+186=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FABA is #390545. Grayscale: #E3E3E3. Windows color (decimal): -3736902 or 12253894. OLE color: 12253894.

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

Color convert

RGB 198 250 186 -
CMYK 0.21 0 0.26 0.02
HSL 108.75º 0.86% 0.85% -
HSV(B) 108.75º 0.26% 0.98% -
XYZ 66.34 83.92 59.16 -
YUV 227.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 198 250 186 0.21 0 0.26 0.02 108.75 0.86 0.85
Hex C6 FA BA 15 0 1A 2 6D 56 55
Octal 306 372 272 25 0 32 2 155 126 125
Binary 11000110 11111010 10111010 10101 0 11010 10 1101101 1010110 1010101

Color Harmonies of #C6FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FABA

Black with #C6FABA

Text Example


Text Example

White with #C6FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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