#C5FABD

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

Shades of Tea Green #C5FABD

Tints of Tea Green #C5FABD

Color information

#C5FABD (or 0xC5FABD) is unknown color: approx Tea Green. HEX triplet: C5, FA and BD. RGB value is (197,250,189). Sum of RGB (Red+Green+Blue) = 197+250+189=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FABD is #3A0542. Grayscale: #E3E3E3. Windows color (decimal): -3802435 or 12450501. OLE color: 12450501.

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

Color convert

RGB197250189-
CMYK0.2100.240.02
HSL112.13º85.92%86.08%-
HSV(B)112.13º24.4%98.04%-
XYZ66.483.9260.84-
YUV227.2106.44106.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=30.97%
G=39.31%
B=29.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501890.2100.240.02112.1385.9286.08
HexC5FABD150182705656
Octal305372275250302160126126
Binary1100010111111010101111011010101100010111000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FABD; }

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

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

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

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

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

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

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

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