Html Css Color HEX #5DEDAB Medium Aquamarine

📋 copy color: '#5DEDAB'

red 93 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #5DEDAB

Tints of Medium Aquamarine #5DEDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 18.56%
G = 47.31%
B = 34.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#5DEDAB (or 0x5DEDAB) is known color: Medium Aquamarine. HEX triplet: 5D, ED and AB. RGB value is (93,237,171). Sum of RGB (Red+Green+Blue) = 93+237+171=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEDAB is #A21254. Grayscale: #BABABA. Windows color (decimal): -10621525 or 11267421. OLE color: 11267421.

HSL color Cylindrical-coordinate representation of color #5DEDAB: hue angle of 152.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDAB is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 237 171 -
CMYK 0.61 0 0.28 0.07
HSL 152.5º 0.8% 0.65% -
HSV(B) 152.5º 0.61% 0.93% -
XYZ 42.15 65.84 49.01 -
YUV 186.42 119.29 61.37 -
System Red Green Blue C M Y K H S L
Decimal 93 237 171 0.61 0 0.28 0.07 152.5 0.8 0.65
Hex 5D ED AB 3D 0 1C 7 98 50 41
Octal 135 355 253 75 0 34 7 230 120 101
Binary 1011101 11101101 10101011 111101 0 11100 111 10011000 1010000 1000001

Color Harmonies of #5DEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEDAB

Black with #5DEDAB

Text Example


Text Example

White with #5DEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,237,171); }

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

background-color css

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

 a { background-color: rgb(93,237,171); }

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

border-color css

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

 span { border-color: rgb(93,237,171); }

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