Html Css Color HEX #5DCD9A Medium Aquamarine

📋 copy color: '#5DCD9A'

red 93 ◦ green 205 ◦ blue 154

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

Shades of Medium Aquamarine #5DCD9A

Tints of Medium Aquamarine #5DCD9A

RGB

 RED value IS 93 (36.72% from 255) = 20.58%

 GREEN value IS 205 (80.47% from 255) = 45.35%

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 20.58%
G = 45.35%
B = 34.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#5DCD9A (or 0x5DCD9A) is known color: Medium Aquamarine. HEX triplet: 5D, CD and 9A. RGB value is (93,205,154). Sum of RGB (Red+Green+Blue) = 93+205+154=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD9A is #A23265. Grayscale: #A5A5A5. Windows color (decimal): -10629734 or 10145117. OLE color: 10145117.

HSL color Cylindrical-coordinate representation of color #5DCD9A: hue angle of 152.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD9A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 154 -
CMYK 0.55 0 0.25 0.20
HSL 152.68º 0.53% 0.58% -
HSV(B) 152.68º 0.55% 0.8% -
XYZ 32.18 48.32 38.2 -
YUV 165.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 93 205 154 0.55 0 0.25 0.20 152.68 0.53 0.58
Hex 5D CD 9A 37 0 19 14 99 35 3A
Octal 135 315 232 67 0 31 24 231 65 72
Binary 1011101 11001101 10011010 110111 0 11001 10100 10011001 110101 111010

Color Harmonies of #5DCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD9A

Black with #5DCD9A

Text Example


Text Example

White with #5DCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DCD9A; }

 p { color: rgb(93,205,154); }

 H1.HeaderClassName
 {
   color: #5DCD9A;
 }
 .AnyTagClassName
 {
   color: #5DCD9A;
 }
</style>

background-color css

<style>
 a { background-color: #5DCD9A; }

 a { background-color: rgb(93,205,154); }

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

border-color css

<style>
 span { border-color: #5DCD9A; }

 span { border-color: rgb(93,205,154); }

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