#C8EDAE

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

Shades of Tea Green #C8EDAE

Tints of Tea Green #C8EDAE

Color information

#C8EDAE (or 0xC8EDAE) is unknown color: approx Tea Green. HEX triplet: C8, ED and AE. RGB value is (200,237,174). Sum of RGB (Red+Green+Blue) = 200+237+174=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EDAE is #371251. Grayscale: #DADADA. Windows color (decimal): -3609170 or 11464136. OLE color: 11464136.

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

Color convert

RGB200237174-
CMYK0.1600.270.07
HSL95.24º63.64%80.59%-
HSV(B)95.24º26.58%92.94%-
XYZ61.7475.951.44-
YUV218.76102.74114.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=32.73%
G=38.79%
B=28.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371740.1600.270.0795.2463.6480.59
HexC8EDAE1001B75f4051
Octal310355256200337137100121
Binary11001000111011011010111010000011011111101111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDAE; }

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

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

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

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

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

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

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

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