Html Css Color HEX #45BD7A Medium Sea Green

📋 copy color: '#45BD7A'

red 69 ◦ green 189 ◦ blue 122

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

Shades of Medium Sea Green #45BD7A

Tints of Medium Sea Green #45BD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.74%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 18.16%
G = 49.74%
B = 32.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#45BD7A (or 0x45BD7A) is known color: Medium Sea Green. HEX triplet: 45, BD and 7A. RGB value is (69,189,122). Sum of RGB (Red+Green+Blue) = 69+189+122=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD7A is #BA4285. Grayscale: #919191. Windows color (decimal): -12206726 or 8043845. OLE color: 8043845.

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

Color convert

RGB 69 189 122 -
CMYK 0.63 0 0.35 0.26
HSL 146.5º 0.48% 0.51% -
HSV(B) 146.5º 0.63% 0.74% -
XYZ 24.16 39.07 24.68 -
YUV 145.48 114.74 73.45 -
System Red Green Blue C M Y K H S L
Decimal 69 189 122 0.63 0 0.35 0.26 146.5 0.48 0.51
Hex 45 BD 7A 3F 0 23 1A 92 30 33
Octal 105 275 172 77 0 43 32 222 60 63
Binary 1000101 10111101 1111010 111111 0 100011 11010 10010010 110000 110011

Color Harmonies of #45BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BD7A

Black with #45BD7A

Text Example


Text Example

White with #45BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,189,122); }

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

background-color css

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

 a { background-color: rgb(69,189,122); }

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

border-color css

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

 span { border-color: rgb(69,189,122); }

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