#C8FAC1

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

Shades of Tea Green #C8FAC1

Tints of Tea Green #C8FAC1

Color information

#C8FAC1 (or 0xC8FAC1) is unknown color: approx Tea Green. HEX triplet: C8, FA and C1. RGB value is (200,250,193). Sum of RGB (Red+Green+Blue) = 200+250+193=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAC1 is #37053E. Grayscale: #E4E4E4. Windows color (decimal): -3605823 or 12712648. OLE color: 12712648.

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

Color convert

RGB200250193-
CMYK0.200.230.02
HSL112.63º85.07%86.86%-
HSV(B)112.63º22.8%98.04%-
XYZ67.6384.563.2-
YUV228.55107.94107.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 193 (75.78% from 255) = 30.02%
R=31.10%
G=38.88%
B=30.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501930.200.230.02112.6385.0786.86
HexC8FAC1140172715557
Octal310372301240272161125127
Binary1100100011111010110000011010001011110111000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAC1; }

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

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

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

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

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

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

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

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