Html Css Color HEX #5DDBA5 Medium Aquamarine

📋 copy color: '#5DDBA5'

red 93 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #5DDBA5

Tints of Medium Aquamarine #5DDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.59%

R = 19.5%
G = 45.91%
B = 34.59%

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

#5DDBA5 (or 0x5DDBA5) is known color: Medium Aquamarine. HEX triplet: 5D, DB and A5. RGB value is (93,219,165). Sum of RGB (Red+Green+Blue) = 93+219+165=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBA5 is #A2245A. Grayscale: #AFAFAF. Windows color (decimal): -10626139 or 10869597. OLE color: 10869597.

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

Color convert

RGB 93 219 165 -
CMYK 0.58 0 0.25 0.14
HSL 154.29º 0.64% 0.61% -
HSV(B) 154.29º 0.58% 0.86% -
XYZ 36.64 55.71 44.42 -
YUV 175.17 122.26 69.39 -
System Red Green Blue C M Y K H S L
Decimal 93 219 165 0.58 0 0.25 0.14 154.29 0.64 0.61
Hex 5D DB A5 3A 0 19 E 9A 40 3D
Octal 135 333 245 72 0 31 16 232 100 75
Binary 1011101 11011011 10100101 111010 0 11001 1110 10011010 1000000 111101

Color Harmonies of #5DDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBA5

Black with #5DDBA5

Text Example


Text Example

White with #5DDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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