Html Css Color HEX #5DDBA1 Medium Aquamarine

📋 copy color: '#5DDBA1'

red 93 ◦ green 219 ◦ blue 161

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

Shades of Medium Aquamarine #5DDBA1

Tints of Medium Aquamarine #5DDBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 19.66%
G = 46.3%
B = 34.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#5DDBA1 (or 0x5DDBA1) is known color: Medium Aquamarine. HEX triplet: 5D, DB and A1. RGB value is (93,219,161). Sum of RGB (Red+Green+Blue) = 93+219+161=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBA1 is #A2245E. Grayscale: #AEAEAE. Windows color (decimal): -10626143 or 10607453. OLE color: 10607453.

HSL color Cylindrical-coordinate representation of color #5DDBA1: hue angle of 152.38º 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 #5DDBA1 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 161 -
CMYK 0.58 0 0.26 0.14
HSL 152.38º 0.64% 0.61% -
HSV(B) 152.38º 0.58% 0.86% -
XYZ 36.28 55.56 42.53 -
YUV 174.71 120.26 69.72 -
System Red Green Blue C M Y K H S L
Decimal 93 219 161 0.58 0 0.26 0.14 152.38 0.64 0.61
Hex 5D DB A1 3A 0 1A E 98 40 3D
Octal 135 333 241 72 0 32 16 230 100 75
Binary 1011101 11011011 10100001 111010 0 11010 1110 10011000 1000000 111101

Color Harmonies of #5DDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBA1

Black with #5DDBA1

Text Example


Text Example

White with #5DDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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