Html Css Color HEX #5DDAB4 Medium Aquamarine

📋 copy color: '#5DDAB4'

red 93 ◦ green 218 ◦ blue 180

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

Shades of Medium Aquamarine #5DDAB4

Tints of Medium Aquamarine #5DDAB4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 18.94%
G = 44.4%
B = 36.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#5DDAB4 (or 0x5DDAB4) is known color: Medium Aquamarine. HEX triplet: 5D, DA and B4. RGB value is (93,218,180). Sum of RGB (Red+Green+Blue) = 93+218+180=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDAB4 is #A2254B. Grayscale: #B0B0B0. Windows color (decimal): -10626380 or 11852381. OLE color: 11852381.

HSL color Cylindrical-coordinate representation of color #5DDAB4: hue angle of 161.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDAB4 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 180 -
CMYK 0.57 0 0.17 0.15
HSL 161.76º 0.63% 0.61% -
HSV(B) 161.76º 0.57% 0.85% -
XYZ 37.82 55.77 51.95 -
YUV 176.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 93 218 180 0.57 0 0.17 0.15 161.76 0.63 0.61
Hex 5D DA B4 39 0 11 F A2 3F 3D
Octal 135 332 264 71 0 21 17 242 77 75
Binary 1011101 11011010 10110100 111001 0 10001 1111 10100010 111111 111101

Color Harmonies of #5DDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAB4

Black with #5DDAB4

Text Example


Text Example

White with #5DDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,218,180); }

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

background-color css

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

 a { background-color: rgb(93,218,180); }

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

border-color css

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

 span { border-color: rgb(93,218,180); }

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