#C2EDBB

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

Shades of Tea Green #C2EDBB

Tints of Tea Green #C2EDBB

Color information

#C2EDBB (or 0xC2EDBB) is unknown color: approx Tea Green. HEX triplet: C2, ED and BB. RGB value is (194,237,187). Sum of RGB (Red+Green+Blue) = 194+237+187=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDBB is #3D1244. Grayscale: #DADADA. Windows color (decimal): -4002373 or 12316098. OLE color: 12316098.

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

Color convert

RGB194237187-
CMYK0.1800.210.07
HSL111.6º58.14%83.14%-
HSV(B)111.6º21.1%92.94%-
XYZ61.575.6358.37-
YUV218.44110.25110.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=31.39%
G=38.35%
B=30.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942371870.1800.210.07111.658.1483.14
HexC2EDBB120157703a53
Octal30235527322025716072123
Binary1100001011101101101110111001001010111111100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDBB; }

 p { color: rgb(194,237,187); }

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

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

 a { background-color: rgb(194,237,187); }

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

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

 span { border-color: rgb(194,237,187); }

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