#C8FABA

Color #C8FABA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C8FABA

Tints of Tea Green #C8FABA

Color information

#C8FABA (or 0xC8FABA) is unknown color: approx Tea Green. HEX triplet: C8, FA and BA. RGB value is (200,250,186). Sum of RGB (Red+Green+Blue) = 200+250+186=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FABA is #370545. Grayscale: #E3E3E3. Windows color (decimal): -3605830 or 12253896. OLE color: 12253896.

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

Color convert

RGB200250186-
CMYK0.200.260.02
HSL106.88º86.49%85.49%-
HSV(B)106.88º25.6%98.04%-
XYZ66.8784.259.18-
YUV227.75104.44108.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.45%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=31.45%
G=39.31%
B=29.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501860.200.260.02106.8886.4985.49
HexC8FABA1401A26b5655
Octal310372272240322153126125
Binary1100100011111010101110101010001101010110101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FABA; }

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

 H1.HeaderClassName
 {
   color: #C8FABA;
 }
 .AnyTagClassName
 {
   color: #C8FABA;
 }
</style>
background-color css

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

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

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

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

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

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