#C8FAAE

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

Shades of Tea Green #C8FAAE

Tints of Tea Green #C8FAAE

Color information

#C8FAAE (or 0xC8FAAE) is unknown color: approx Tea Green. HEX triplet: C8, FA and AE. RGB value is (200,250,174). Sum of RGB (Red+Green+Blue) = 200+250+174=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAAE is #370551. Grayscale: #E2E2E2. Windows color (decimal): -3605842 or 11467464. OLE color: 11467464.

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

Color convert

RGB200250174-
CMYK0.200.300.02
HSL99.47º88.37%83.14%-
HSV(B)99.47º30.4%98.04%-
XYZ65.6583.7152.74-
YUV226.3998.44109.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=32.05%
G=40.06%
B=27.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501740.200.300.0299.4788.3783.14
HexC8FAAE1401E2635853
Octal310372256240362143130123
Binary1100100011111010101011101010001111010110001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAAE; }

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

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

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

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

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

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

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

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