Html Css Color HEX #3DBF82 Medium Sea Green

📋 copy color: '#3DBF82'

red 61 ◦ green 191 ◦ blue 130

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

Shades of Medium Sea Green #3DBF82

Tints of Medium Sea Green #3DBF82

RGB

 RED value IS 61 (24.22% from 255) = 15.97%

 GREEN value IS 191 (75% from 255) = 50%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 15.97%
G = 50%
B = 34.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#3DBF82 (or 0x3DBF82) is known color: Medium Sea Green. HEX triplet: 3D, BF and 82. RGB value is (61,191,130). Sum of RGB (Red+Green+Blue) = 61+191+130=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBF82 is #C2407D. Grayscale: #919191. Windows color (decimal): -12730494 or 8568637. OLE color: 8568637.

HSL color Cylindrical-coordinate representation of color #3DBF82: hue angle of 151.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF82 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 130 -
CMYK 0.68 0 0.32 0.25
HSL 151.85º 0.52% 0.49% -
HSV(B) 151.85º 0.68% 0.75% -
XYZ 24.58 39.87 27.52 -
YUV 145.18 119.43 67.96 -
System Red Green Blue C M Y K H S L
Decimal 61 191 130 0.68 0 0.32 0.25 151.85 0.52 0.49
Hex 3D BF 82 44 0 20 19 98 34 31
Octal 75 277 202 104 0 40 31 230 64 61
Binary 111101 10111111 10000010 1000100 0 100000 11001 10011000 110100 110001

Color Harmonies of #3DBF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF82

Black with #3DBF82

Text Example


Text Example

White with #3DBF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DBF82; }

 p { color: rgb(61,191,130); }

 H1.HeaderClassName
 {
   color: #3DBF82;
 }
 .AnyTagClassName
 {
   color: #3DBF82;
 }
</style>

background-color css

<style>
 a { background-color: #3DBF82; }

 a { background-color: rgb(61,191,130); }

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

border-color css

<style>
 span { border-color: #3DBF82; }

 span { border-color: rgb(61,191,130); }

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