Html Css Color HEX #34CF70 Medium Sea Green

📋 copy color: '#34CF70'

red 52 ◦ green 207 ◦ blue 112

#34CF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #34CF70

Tints of Medium Sea Green #34CF70

RGB

 RED value IS 52 (20.7% from 255) = 14.02%

 GREEN value IS 207 (81.25% from 255) = 55.8%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 14.02%
G = 55.8%
B = 30.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#34CF70 (or 0x34CF70) is known color: Medium Sea Green. HEX triplet: 34, CF and 70. RGB value is (52,207,112). Sum of RGB (Red+Green+Blue) = 52+207+112=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF70 is #CB308F. Grayscale: #969696. Windows color (decimal): -13316240 or 7393076. OLE color: 7393076.

HSL color Cylindrical-coordinate representation of color #34CF70: hue angle of 143.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF70 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 207 112 -
CMYK 0.75 0 0.46 0.19
HSL 143.23º 0.62% 0.51% -
HSV(B) 143.23º 0.75% 0.81% -
XYZ 26.65 46.53 22.9 -
YUV 149.83 106.65 58.22 -
System Red Green Blue C M Y K H S L
Decimal 52 207 112 0.75 0 0.46 0.19 143.23 0.62 0.51
Hex 34 CF 70 4B 0 2E 13 8F 3E 33
Octal 64 317 160 113 0 56 23 217 76 63
Binary 110100 11001111 1110000 1001011 0 101110 10011 10001111 111110 110011

Color Harmonies of #34CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CF70

Black with #34CF70

Text Example


Text Example

White with #34CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,207,112); }

 H1.HeaderClassName
 {
   color: #34CF70;
 }
 .AnyTagClassName
 {
   color: #34CF70;
 }
</style>

background-color css

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

 a { background-color: rgb(52,207,112); }

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

border-color css

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

 span { border-color: rgb(52,207,112); }

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