Html Css Color HEX #C1FAAF Tea Green

📋 copy color: '#C1FAAF'

red 193 ◦ green 250 ◦ blue 175

#C1FAAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C1FAAF

Tints of Tea Green #C1FAAF

RGB

 RED value IS 193 (75.78% from 255) = 31.23%

 GREEN value IS 250 (98.05% from 255) = 40.45%

 BLUE value IS 175 (68.75% from 255) = 28.32%

R = 31.23%
G = 40.45%
B = 28.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#C1FAAF (or 0xC1FAAF) is known color: Tea Green. HEX triplet: C1, FA and AF. RGB value is (193,250,175). Sum of RGB (Red+Green+Blue) = 193+250+175=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FAAF is #3E0550. Grayscale: #E0E0E0. Windows color (decimal): -4064593 or 11532993. OLE color: 11532993.

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

Color convert

RGB 193 250 175 -
CMYK 0.23 0 0.3 0.02
HSL 105.6º 0.88% 0.83% -
HSV(B) 105.6º 0.3% 0.98% -
XYZ 63.92 82.8 53.17 -
YUV 224.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 193 250 175 0.23 0 0.3 0.02 105.6 0.88 0.83
Hex C1 FA AF 17 0 1E 2 6A 58 53
Octal 301 372 257 27 0 36 2 152 130 123
Binary 11000001 11111010 10101111 10111 0 11110 10 1101010 1011000 1010011

Color Harmonies of #C1FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FAAF

Black with #C1FAAF

Text Example


Text Example

White with #C1FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FAAF; }

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

 H1.HeaderClassName
 {
   color: #C1FAAF;
 }
 .AnyTagClassName
 {
   color: #C1FAAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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