#2DB176

Color #2DB176 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DB176

Tints of Medium Sea Green #2DB176

Color information

#2DB176 (or 0x2DB176) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B1 and 76. RGB value is (45,177,118). Sum of RGB (Red+Green+Blue) = 45+177+118=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB176 is #D24E89. Grayscale: #828282. Windows color (decimal): -13782666 or 7778605. OLE color: 7778605.

HSL color Cylindrical-coordinate representation of color #2DB176: hue angle of 153.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB176 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB45177118-
CMYK0.7500.330.31
HSL153.18º59.46%43.53%-
HSV(B)153.18º74.58%69.41%-
XYZ20.0733.3122.51-
YUV130.81120.7766.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.24%
GREEN value IS 177 (69.53% from 255) = 52.06%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=13.24%
G=52.06%
B=34.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451771180.7500.330.31153.1859.4643.53
Hex2DB1764B0211F993b2c
Octal55261166113041372317354
Binary101101101100011110110100101101000011111110011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DB176; }

 p { color: rgb(45,177,118); }

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

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

 a { background-color: rgb(45,177,118); }

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

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

 span { border-color: rgb(45,177,118); }

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