#34CA7F

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

Shades of Medium Sea Green #34CA7F

Tints of Medium Sea Green #34CA7F

Color information

#34CA7F (or 0x34CA7F) is unknown color: approx Medium Sea Green. HEX triplet: 34, CA and 7F. RGB value is (52,202,127). Sum of RGB (Red+Green+Blue) = 52+202+127=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CA7F is #CB3580. Grayscale: #949494. Windows color (decimal): -13317505 or 8374836. OLE color: 8374836.

HSL color Cylindrical-coordinate representation of color #34CA7F: hue angle of 150º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CA7F is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB52202127-
CMYK0.7400.370.21
HSL150º59.06%49.8%-
HSV(B)150º74.26%79.22%-
XYZ26.3744.527.28-
YUV148.6115.859.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.65%
GREEN value IS 202 (79.30% from 255) = 53.02%
BLUE value IS 127 (50% from 255) = 33.33%
R=13.65%
G=53.02%
B=33.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021270.7400.370.2115059.0649.8
Hex34CA7F4A02515963b32
Octal64312177112045252267362
Binary110100110010101111111100101001001011010110010110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,127); }

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

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

 a { background-color: rgb(52,202,127); }

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

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

 span { border-color: rgb(52,202,127); }

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