#34AB72

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

Shades of Medium Sea Green #34AB72

Tints of Medium Sea Green #34AB72

Color information

#34AB72 (or 0x34AB72) is unknown color: approx Medium Sea Green. HEX triplet: 34, AB and 72. RGB value is (52,171,114). Sum of RGB (Red+Green+Blue) = 52+171+114=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB72 is #CB548D. Grayscale: #818181. Windows color (decimal): -13325454 or 7514932. OLE color: 7514932.

HSL color Cylindrical-coordinate representation of color #34AB72: hue angle of 151.26º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB72 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB52171114-
CMYK0.7000.330.33
HSL151.26º53.36%43.73%-
HSV(B)151.26º69.59%67.06%-
XYZ19.0231.0720.91-
YUV128.92119.5873.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=15.43%
G=50.74%
B=33.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711140.7000.330.33151.2653.3643.73
Hex34AB72460212197352c
Octal64253162106041412276554
Binary1101001010101111100101000110010000110000110010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34AB72; }

 p { color: rgb(52,171,114); }

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

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

 a { background-color: rgb(52,171,114); }

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

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

 span { border-color: rgb(52,171,114); }

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