#C8EDC3

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

Shades of Tea Green #C8EDC3

Tints of Tea Green #C8EDC3

Color information

#C8EDC3 (or 0xC8EDC3) is unknown color: approx Tea Green. HEX triplet: C8, ED and C3. RGB value is (200,237,195). Sum of RGB (Red+Green+Blue) = 200+237+195=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDC3 is #37123C. Grayscale: #DDDDDD. Windows color (decimal): -3609149 or 12840392. OLE color: 12840392.

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

Color convert

RGB200237195-
CMYK0.1600.180.07
HSL112.86º53.85%84.71%-
HSV(B)112.86º17.72%92.94%-
XYZ63.9576.7963.08-
YUV221.15113.24112.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.65%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 195 (76.56% from 255) = 30.85%
R=31.65%
G=37.5%
B=30.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371950.1600.180.07112.8653.8584.71
HexC8EDC3100127713655
Octal31035530320022716166125
Binary1100100011101101110000111000001001011111100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDC3; }

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

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

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

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

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

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

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

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