Html Css Color HEX #C8FAAF Tea Green

📋 copy color: '#C8FAAF'

red 200 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #C8FAAF

Tints of Tea Green #C8FAAF

RGB

 RED value IS 200 (78.52% from 255) = 32%

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

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

R = 32%
G = 40%
B = 28%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#C8FAAF (or 0xC8FAAF) is known color: Tea Green. HEX triplet: C8, FA and AF. RGB value is (200,250,175). Sum of RGB (Red+Green+Blue) = 200+250+175=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAAF is #370550. Grayscale: #E2E2E2. Windows color (decimal): -3605841 or 11533000. OLE color: 11533000.

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

Color convert

RGB 200 250 175 -
CMYK 0.2 0 0.3 0.02
HSL 100º 0.88% 0.83% -
HSV(B) 100º 0.3% 0.98% -
XYZ 65.74 83.75 53.26 -
YUV 226.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 200 250 175 0.2 0 0.3 0.02 100 0.88 0.83
Hex C8 FA AF 14 0 1E 2 64 58 53
Octal 310 372 257 24 0 36 2 144 130 123
Binary 11001000 11111010 10101111 10100 0 11110 10 1100100 1011000 1010011

Color Harmonies of #C8FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAAF

Black with #C8FAAF

Text Example


Text Example

White with #C8FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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