Html Css Color HEX #45B985 Medium Sea Green

📋 copy color: '#45B985'

red 69 ◦ green 185 ◦ blue 133

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

Shades of Medium Sea Green #45B985

Tints of Medium Sea Green #45B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

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

R = 17.83%
G = 47.8%
B = 34.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#45B985 (or 0x45B985) is known color: Medium Sea Green. HEX triplet: 45, B9 and 85. RGB value is (69,185,133). Sum of RGB (Red+Green+Blue) = 69+185+133=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #45B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B985 is #BA467A. Grayscale: #909090. Windows color (decimal): -12207739 or 8763717. OLE color: 8763717.

HSL color Cylindrical-coordinate representation of color #45B985: hue angle of 153.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45B985 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 185 133 -
CMYK 0.63 0 0.28 0.27
HSL 153.1º 0.46% 0.5% -
HSV(B) 153.1º 0.63% 0.73% -
XYZ 24.04 37.66 28.19 -
YUV 144.39 121.57 74.23 -
System Red Green Blue C M Y K H S L
Decimal 69 185 133 0.63 0 0.28 0.27 153.1 0.46 0.5
Hex 45 B9 85 3F 0 1C 1B 99 2E 32
Octal 105 271 205 77 0 34 33 231 56 62
Binary 1000101 10111001 10000101 111111 0 11100 11011 10011001 101110 110010

Color Harmonies of #45B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B985

Black with #45B985

Text Example


Text Example

White with #45B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,185,133); }

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

background-color css

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

 a { background-color: rgb(69,185,133); }

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

border-color css

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

 span { border-color: rgb(69,185,133); }

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