#C1FCAF

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

Shades of Tea Green #C1FCAF

Tints of Tea Green #C1FCAF

Color information

#C1FCAF (or 0xC1FCAF) is unknown color: approx Tea Green. HEX triplet: C1, FC and AF. RGB value is (193,252,175). Sum of RGB (Red+Green+Blue) = 193+252+175=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FCAF is #3E0350. Grayscale: #E1E1E1. Windows color (decimal): -4064081 or 11533505. OLE color: 11533505.

HSL color Cylindrical-coordinate representation of color #C1FCAF: hue angle of 105.97º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1FCAF is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB193252175-
CMYK0.2300.310.01
HSL105.97º92.77%83.73%-
HSV(B)105.97º30.56%98.82%-
XYZ64.5484.0553.38-
YUV225.5899.45104.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.13%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=31.13%
G=40.65%
B=28.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932521750.2300.310.01105.9792.7783.73
HexC1FCAF1701F16a5d54
Octal301374257270371152135124
Binary110000011111110010101111101110111111110101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FCAF; }

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

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

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

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

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

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

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

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