#C1FABD

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

Shades of Tea Green #C1FABD

Tints of Tea Green #C1FABD

Color information

#C1FABD (or 0xC1FABD) is unknown color: approx Tea Green. HEX triplet: C1, FA and BD. RGB value is (193,250,189). Sum of RGB (Red+Green+Blue) = 193+250+189=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FABD is #3E0542. Grayscale: #E2E2E2. Windows color (decimal): -4064579 or 12450497. OLE color: 12450497.

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

Color convert

RGB193250189-
CMYK0.2300.240.02
HSL116.07º85.92%86.08%-
HSV(B)116.07º24.4%98.04%-
XYZ65.3683.3860.79-
YUV226107.12104.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.54%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=30.54%
G=39.56%
B=29.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932501890.2300.240.02116.0785.9286.08
HexC1FABD170182745656
Octal301372275270302164126126
Binary1100000111111010101111011011101100010111010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FABD; }

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

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

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

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

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

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

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

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