Html Css Color HEX #C9FABA Tea Green

📋 copy color: '#C9FABA'

red 201 ◦ green 250 ◦ blue 186

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

Shades of Tea Green #C9FABA

Tints of Tea Green #C9FABA

RGB

 RED value IS 201 (78.91% from 255) = 31.55%

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

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

R = 31.55%
G = 39.25%
B = 29.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#C9FABA (or 0xC9FABA) is known color: Tea Green. HEX triplet: C9, FA and BA. RGB value is (201,250,186). Sum of RGB (Red+Green+Blue) = 201+250+186=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FABA is #360545. Grayscale: #E4E4E4. Windows color (decimal): -3540294 or 12253897. OLE color: 12253897.

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

Color convert

RGB 201 250 186 -
CMYK 0.20 0 0.26 0.02
HSL 105.94º 0.86% 0.85% -
HSV(B) 105.94º 0.26% 0.98% -
XYZ 67.14 84.33 59.19 -
YUV 228.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 201 250 186 0.20 0 0.26 0.02 105.94 0.86 0.85
Hex C9 FA BA 14 0 1A 2 6A 56 55
Octal 311 372 272 24 0 32 2 152 126 125
Binary 11001001 11111010 10111010 10100 0 11010 10 1101010 1010110 1010101

Color Harmonies of #C9FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FABA

Black with #C9FABA

Text Example


Text Example

White with #C9FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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