Html Css Color HEX #5DDCB0 Medium Aquamarine

📋 copy color: '#5DDCB0'

red 93 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #5DDCB0

Tints of Medium Aquamarine #5DDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.99%

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 19.02%
G = 44.99%
B = 35.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#5DDCB0 (or 0x5DDCB0) is known color: Medium Aquamarine. HEX triplet: 5D, DC and B0. RGB value is (93,220,176). Sum of RGB (Red+Green+Blue) = 93+220+176=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCB0 is #A2234F. Grayscale: #B1B1B1. Windows color (decimal): -10625872 or 11590749. OLE color: 11590749.

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

Color convert

RGB 93 220 176 -
CMYK 0.58 0 0.2 0.14
HSL 159.21º 0.64% 0.61% -
HSV(B) 159.21º 0.58% 0.86% -
XYZ 37.94 56.65 50.01 -
YUV 177.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 93 220 176 0.58 0 0.2 0.14 159.21 0.64 0.61
Hex 5D DC B0 3A 0 14 E 9F 40 3D
Octal 135 334 260 72 0 24 16 237 100 75
Binary 1011101 11011100 10110000 111010 0 10100 1110 10011111 1000000 111101

Color Harmonies of #5DDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCB0

Black with #5DDCB0

Text Example


Text Example

White with #5DDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,176); }

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

background-color css

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

 a { background-color: rgb(93,220,176); }

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

border-color css

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

 span { border-color: rgb(93,220,176); }

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