#C1FBAF

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

Shades of Tea Green #C1FBAF

Tints of Tea Green #C1FBAF

Color information

#C1FBAF (or 0xC1FBAF) is unknown color: approx Tea Green. HEX triplet: C1, FB and AF. RGB value is (193,251,175). Sum of RGB (Red+Green+Blue) = 193+251+175=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FBAF is #3E0450. Grayscale: #E1E1E1. Windows color (decimal): -4064337 or 11533249. OLE color: 11533249.

HSL color Cylindrical-coordinate representation of color #C1FBAF: hue angle of 105.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1FBAF is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB193251175-
CMYK0.2300.300.02
HSL105.79º90.48%83.53%-
HSV(B)105.79º30.28%98.43%-
XYZ64.2383.4353.28-
YUV224.9999.78105.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=31.18%
G=40.55%
B=28.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932511750.2300.300.02105.7990.4883.53
HexC1FBAF1701E26a5a54
Octal301373257270362152132124
Binary1100000111111011101011111011101111010110101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBAF; }

 p { color: rgb(193,251,175); }

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

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

 a { background-color: rgb(193,251,175); }

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

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

 span { border-color: rgb(193,251,175); }

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