Html Css Color HEX #45B770 Medium Sea Green

📋 copy color: '#45B770'

red 69 ◦ green 183 ◦ blue 112

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

Shades of Medium Sea Green #45B770

Tints of Medium Sea Green #45B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.27%

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

R = 18.96%
G = 50.27%
B = 30.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#45B770 (or 0x45B770) is known color: Medium Sea Green. HEX triplet: 45, B7 and 70. RGB value is (69,183,112). Sum of RGB (Red+Green+Blue) = 69+183+112=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #45B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B770 is #BA488F. Grayscale: #8C8C8C. Windows color (decimal): -12208272 or 7386949. OLE color: 7386949.

HSL color Cylindrical-coordinate representation of color #45B770: hue angle of 142.63º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B770 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 69 183 112 -
CMYK 0.62 0 0.39 0.28
HSL 142.63º 0.45% 0.49% -
HSV(B) 142.63º 0.62% 0.72% -
XYZ 22.31 36.3 21.16 -
YUV 140.82 111.73 76.77 -
System Red Green Blue C M Y K H S L
Decimal 69 183 112 0.62 0 0.39 0.28 142.63 0.45 0.49
Hex 45 B7 70 3E 0 27 1C 8F 2D 31
Octal 105 267 160 76 0 47 34 217 55 61
Binary 1000101 10110111 1110000 111110 0 100111 11100 10001111 101101 110001

Color Harmonies of #45B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B770

Black with #45B770

Text Example


Text Example

White with #45B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,183,112); }

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

background-color css

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

 a { background-color: rgb(69,183,112); }

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

border-color css

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

 span { border-color: rgb(69,183,112); }

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