Html Css Color HEX #5DD6B5 Medium Aquamarine

📋 copy color: '#5DD6B5'

red 93 ◦ green 214 ◦ blue 181

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

Shades of Medium Aquamarine #5DD6B5

Tints of Medium Aquamarine #5DD6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 19.06%
G = 43.85%
B = 37.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#5DD6B5 (or 0x5DD6B5) is known color: Medium Aquamarine. HEX triplet: 5D, D6 and B5. RGB value is (93,214,181). Sum of RGB (Red+Green+Blue) = 93+214+181=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD6B5 is #A2294A. Grayscale: #AEAEAE. Windows color (decimal): -10627403 or 11916893. OLE color: 11916893.

HSL color Cylindrical-coordinate representation of color #5DD6B5: hue angle of 163.64º 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 #5DD6B5 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 214 181 -
CMYK 0.57 0 0.15 0.16
HSL 163.64º 0.6% 0.6% -
HSV(B) 163.64º 0.57% 0.84% -
XYZ 36.9 53.76 52.15 -
YUV 174.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 93 214 181 0.57 0 0.15 0.16 163.64 0.6 0.6
Hex 5D D6 B5 39 0 F 10 A4 3C 3C
Octal 135 326 265 71 0 17 20 244 74 74
Binary 1011101 11010110 10110101 111001 0 1111 10000 10100100 111100 111100

Color Harmonies of #5DD6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD6B5

Black with #5DD6B5

Text Example


Text Example

White with #5DD6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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