#C8EFAE

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

Shades of Tea Green #C8EFAE

Tints of Tea Green #C8EFAE

Color information

#C8EFAE (or 0xC8EFAE) is unknown color: approx Tea Green. HEX triplet: C8, EF and AE. RGB value is (200,239,174). Sum of RGB (Red+Green+Blue) = 200+239+174=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFAE is #371051. Grayscale: #DCDCDC. Windows color (decimal): -3608658 or 11464648. OLE color: 11464648.

HSL color Cylindrical-coordinate representation of color #C8EFAE: hue angle of 96º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EFAE is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB200239174-
CMYK0.1600.270.06
HSL96º67.01%80.98%-
HSV(B)96º27.2%93.73%-
XYZ62.3377.0751.64-
YUV219.93102.08113.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=32.63%
G=38.99%
B=28.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002391740.1600.270.069667.0180.98
HexC8EFAE1001B6604351
Octal310357256200336140103121
Binary11001000111011111010111010000011011110110000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFAE; }

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

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

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

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

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

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

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

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