Html Css Color HEX #3AC085 Medium Sea Green

📋 copy color: '#3AC085'

red 58 ◦ green 192 ◦ blue 133

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

Shades of Medium Sea Green #3AC085

Tints of Medium Sea Green #3AC085

RGB

 RED value IS 58 (23.05% from 255) = 15.14%

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 15.14%
G = 50.13%
B = 34.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#3AC085 (or 0x3AC085) is known color: Medium Sea Green. HEX triplet: 3A, C0 and 85. RGB value is (58,192,133). Sum of RGB (Red+Green+Blue) = 58+192+133=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC085 is #C53F7A. Grayscale: #919191. Windows color (decimal): -12926843 or 8765498. OLE color: 8765498.

HSL color Cylindrical-coordinate representation of color #3AC085: hue angle of 153.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC085 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 133 -
CMYK 0.70 0 0.31 0.25
HSL 153.58º 0.54% 0.49% -
HSV(B) 153.58º 0.7% 0.75% -
XYZ 24.83 40.29 28.66 -
YUV 145.21 121.11 65.8 -
System Red Green Blue C M Y K H S L
Decimal 58 192 133 0.70 0 0.31 0.25 153.58 0.54 0.49
Hex 3A C0 85 46 0 1F 19 9A 36 31
Octal 72 300 205 106 0 37 31 232 66 61
Binary 111010 11000000 10000101 1000110 0 11111 11001 10011010 110110 110001

Color Harmonies of #3AC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC085

Black with #3AC085

Text Example


Text Example

White with #3AC085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,192,133); }

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

background-color css

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

 a { background-color: rgb(58,192,133); }

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

border-color css

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

 span { border-color: rgb(58,192,133); }

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