Html Css Color HEX #5DD6B0 Medium Aquamarine

📋 copy color: '#5DD6B0'

red 93 ◦ green 214 ◦ blue 176

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

Shades of Medium Aquamarine #5DD6B0

Tints of Medium Aquamarine #5DD6B0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

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

R = 19.25%
G = 44.31%
B = 36.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#5DD6B0 (or 0x5DD6B0) is known color: Medium Aquamarine. HEX triplet: 5D, D6 and B0. RGB value is (93,214,176). Sum of RGB (Red+Green+Blue) = 93+214+176=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD6B0 is #A2294F. Grayscale: #ADADAD. Windows color (decimal): -10627408 or 11589213. OLE color: 11589213.

HSL color Cylindrical-coordinate representation of color #5DD6B0: hue angle of 161.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD6B0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 214 176 -
CMYK 0.57 0 0.18 0.16
HSL 161.16º 0.6% 0.6% -
HSV(B) 161.16º 0.57% 0.84% -
XYZ 36.4 53.55 49.49 -
YUV 173.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 93 214 176 0.57 0 0.18 0.16 161.16 0.6 0.6
Hex 5D D6 B0 39 0 12 10 A1 3C 3C
Octal 135 326 260 71 0 22 20 241 74 74
Binary 1011101 11010110 10110000 111001 0 10010 10000 10100001 111100 111100

Color Harmonies of #5DD6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD6B0

Black with #5DD6B0

Text Example


Text Example

White with #5DD6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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