#C8EDB5

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

Shades of Tea Green #C8EDB5

Tints of Tea Green #C8EDB5

Color information

#C8EDB5 (or 0xC8EDB5) is unknown color: approx Tea Green. HEX triplet: C8, ED and B5. RGB value is (200,237,181). Sum of RGB (Red+Green+Blue) = 200+237+181=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDB5 is #37124A. Grayscale: #DBDBDB. Windows color (decimal): -3609163 or 11922888. OLE color: 11922888.

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

Color convert

RGB200237181-
CMYK0.1600.240.07
HSL99.64º60.87%81.96%-
HSV(B)99.64º23.63%92.94%-
XYZ62.4476.1855.13-
YUV219.55106.24114.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=32.36%
G=38.35%
B=29.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371810.1600.240.0799.6460.8781.96
HexC8EDB5100187643d52
Octal31035526520030714475122
Binary1100100011101101101101011000001100011111001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDB5; }

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

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

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

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

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

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

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

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