#34B968

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

Shades of Medium Sea Green #34B968

Tints of Medium Sea Green #34B968

Color information

#34B968 (or 0x34B968) is unknown color: approx Medium Sea Green. HEX triplet: 34, B9 and 68. RGB value is (52,185,104). Sum of RGB (Red+Green+Blue) = 52+185+104=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #34B968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B968 is #CB4697. Grayscale: #888888. Windows color (decimal): -13321880 or 6863156. OLE color: 6863156.

HSL color Cylindrical-coordinate representation of color #34B968: hue angle of 143.46º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B968 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB52185104-
CMYK0.7200.440.27
HSL143.46º56.12%46.47%-
HSV(B)143.46º71.89%72.55%-
XYZ21.2636.4319.01-
YUV136109.9468.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=15.25%
G=54.25%
B=30.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521851040.7200.440.27143.4656.1246.47
Hex34B9684802C1B8f382e
Octal64271150110054332177056
Binary110100101110011101000100100001011001101110001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,185,104); }

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

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

 a { background-color: rgb(52,185,104); }

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

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

 span { border-color: rgb(52,185,104); }

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