Html Css Color HEX #5DDBA4 Medium Aquamarine

📋 copy color: '#5DDBA4'

red 93 ◦ green 219 ◦ blue 164

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

Shades of Medium Aquamarine #5DDBA4

Tints of Medium Aquamarine #5DDBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.45%

R = 19.54%
G = 46.01%
B = 34.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#5DDBA4 (or 0x5DDBA4) is known color: Medium Aquamarine. HEX triplet: 5D, DB and A4. RGB value is (93,219,164). Sum of RGB (Red+Green+Blue) = 93+219+164=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBA4 is #A2245B. Grayscale: #AFAFAF. Windows color (decimal): -10626140 or 10804061. OLE color: 10804061.

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

Color convert

RGB 93 219 164 -
CMYK 0.58 0 0.25 0.14
HSL 153.81º 0.64% 0.61% -
HSV(B) 153.81º 0.58% 0.86% -
XYZ 36.55 55.67 43.94 -
YUV 175.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 93 219 164 0.58 0 0.25 0.14 153.81 0.64 0.61
Hex 5D DB A4 3A 0 19 E 9A 40 3D
Octal 135 333 244 72 0 31 16 232 100 75
Binary 1011101 11011011 10100100 111010 0 11001 1110 10011010 1000000 111101

Color Harmonies of #5DDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBA4

Black with #5DDBA4

Text Example


Text Example

White with #5DDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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