Html Css Color HEX #5DDBAB Medium Aquamarine

📋 copy color: '#5DDBAB'

red 93 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #5DDBAB

Tints of Medium Aquamarine #5DDBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 19.25%
G = 45.34%
B = 35.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#5DDBAB (or 0x5DDBAB) is known color: Medium Aquamarine. HEX triplet: 5D, DB and AB. RGB value is (93,219,171). Sum of RGB (Red+Green+Blue) = 93+219+171=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBAB is #A22454. Grayscale: #AFAFAF. Windows color (decimal): -10626133 or 11262813. OLE color: 11262813.

HSL color Cylindrical-coordinate representation of color #5DDBAB: hue angle of 157.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBAB is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 171 -
CMYK 0.58 0 0.22 0.14
HSL 157.14º 0.64% 0.61% -
HSV(B) 157.14º 0.58% 0.86% -
XYZ 37.2 55.93 47.36 -
YUV 175.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 93 219 171 0.58 0 0.22 0.14 157.14 0.64 0.61
Hex 5D DB AB 3A 0 16 E 9D 40 3D
Octal 135 333 253 72 0 26 16 235 100 75
Binary 1011101 11011011 10101011 111010 0 10110 1110 10011101 1000000 111101

Color Harmonies of #5DDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBAB

Black with #5DDBAB

Text Example


Text Example

White with #5DDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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