Html Css Color HEX #5DDCB7 Medium Aquamarine

📋 copy color: '#5DDCB7'

red 93 ◦ green 220 ◦ blue 183

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

Shades of Medium Aquamarine #5DDCB7

Tints of Medium Aquamarine #5DDCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.9%

R = 18.75%
G = 44.35%
B = 36.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#5DDCB7 (or 0x5DDCB7) is known color: Medium Aquamarine. HEX triplet: 5D, DC and B7. RGB value is (93,220,183). Sum of RGB (Red+Green+Blue) = 93+220+183=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCB7 is #A22348. Grayscale: #B1B1B1. Windows color (decimal): -10625865 or 12049501. OLE color: 12049501.

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

Color convert

RGB 93 220 183 -
CMYK 0.58 0 0.17 0.14
HSL 162.52º 0.64% 0.61% -
HSV(B) 162.52º 0.58% 0.86% -
XYZ 38.65 56.93 53.75 -
YUV 177.81 130.92 67.51 -
System Red Green Blue C M Y K H S L
Decimal 93 220 183 0.58 0 0.17 0.14 162.52 0.64 0.61
Hex 5D DC B7 3A 0 11 E A3 40 3D
Octal 135 334 267 72 0 21 16 243 100 75
Binary 1011101 11011100 10110111 111010 0 10001 1110 10100011 1000000 111101

Color Harmonies of #5DDCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCB7

Black with #5DDCB7

Text Example


Text Example

White with #5DDCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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