Html Css Color HEX #5DDCB5 Medium Aquamarine

📋 copy color: '#5DDCB5'

red 93 ◦ green 220 ◦ blue 181

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

Shades of Medium Aquamarine #5DDCB5

Tints of Medium Aquamarine #5DDCB5

RGB

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

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

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

R = 18.83%
G = 44.53%
B = 36.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#5DDCB5 (or 0x5DDCB5) is known color: Medium Aquamarine. HEX triplet: 5D, DC and B5. RGB value is (93,220,181). Sum of RGB (Red+Green+Blue) = 93+220+181=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCB5 is #A2234A. Grayscale: #B1B1B1. Windows color (decimal): -10625867 or 11918429. OLE color: 11918429.

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

Color convert

RGB 93 220 181 -
CMYK 0.58 0 0.18 0.14
HSL 161.57º 0.64% 0.61% -
HSV(B) 161.57º 0.58% 0.86% -
XYZ 38.45 56.85 52.66 -
YUV 177.58 129.92 67.67 -
System Red Green Blue C M Y K H S L
Decimal 93 220 181 0.58 0 0.18 0.14 161.57 0.64 0.61
Hex 5D DC B5 3A 0 12 E A2 40 3D
Octal 135 334 265 72 0 22 16 242 100 75
Binary 1011101 11011100 10110101 111010 0 10010 1110 10100010 1000000 111101

Color Harmonies of #5DDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCB5

Black with #5DDCB5

Text Example


Text Example

White with #5DDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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