Html Css Color HEX #45BC82 Medium Sea Green

📋 copy color: '#45BC82'

red 69 ◦ green 188 ◦ blue 130

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

Shades of Medium Sea Green #45BC82

Tints of Medium Sea Green #45BC82

RGB

 RED value IS 69 (27.34% from 255) = 17.83%

 GREEN value IS 188 (73.83% from 255) = 48.58%

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

R = 17.83%
G = 48.58%
B = 33.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#45BC82 (or 0x45BC82) is known color: Medium Sea Green. HEX triplet: 45, BC and 82. RGB value is (69,188,130). Sum of RGB (Red+Green+Blue) = 69+188+130=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BC82 is #BA437D. Grayscale: #919191. Windows color (decimal): -12206974 or 8567877. OLE color: 8567877.

HSL color Cylindrical-coordinate representation of color #45BC82: hue angle of 150.76º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BC82 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 188 130 -
CMYK 0.63 0 0.31 0.26
HSL 150.76º 0.47% 0.5% -
HSV(B) 150.76º 0.63% 0.74% -
XYZ 24.47 38.84 27.33 -
YUV 145.81 119.08 73.22 -
System Red Green Blue C M Y K H S L
Decimal 69 188 130 0.63 0 0.31 0.26 150.76 0.47 0.5
Hex 45 BC 82 3F 0 1F 1A 97 2F 32
Octal 105 274 202 77 0 37 32 227 57 62
Binary 1000101 10111100 10000010 111111 0 11111 11010 10010111 101111 110010

Color Harmonies of #45BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC82

Black with #45BC82

Text Example


Text Example

White with #45BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45BC82; }

 p { color: rgb(69,188,130); }

 H1.HeaderClassName
 {
   color: #45BC82;
 }
 .AnyTagClassName
 {
   color: #45BC82;
 }
</style>

background-color css

<style>
 a { background-color: #45BC82; }

 a { background-color: rgb(69,188,130); }

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

border-color css

<style>
 span { border-color: #45BC82; }

 span { border-color: rgb(69,188,130); }

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