#C1FFAF

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

Shades of Tea Green #C1FFAF

Tints of Tea Green #C1FFAF

Color information

#C1FFAF (or 0xC1FFAF) is unknown color: approx Tea Green. HEX triplet: C1, FF and AF. RGB value is (193,255,175). Sum of RGB (Red+Green+Blue) = 193+255+175=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FFAF is #3E0050. Grayscale: #E3E3E3. Windows color (decimal): -4063313 or 11534273. OLE color: 11534273.

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

Color convert

RGB193255175-
CMYK0.2400.310
HSL106.5º100%84.31%-
HSV(B)106.5º31.37%100%-
XYZ65.4985.9553.7-
YUV227.3498.46103.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.98%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=30.98%
G=40.93%
B=28.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932551750.2400.310106.510084.31
HexC1FFAF1801F06a6454
Octal301377257300370152144124
Binary110000011111111110101111110000111110110101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFAF; }

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

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

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

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

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

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

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

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