Html Css Color HEX #5DDDB3 Medium Aquamarine

📋 copy color: '#5DDDB3'

red 93 ◦ green 221 ◦ blue 179

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

Shades of Medium Aquamarine #5DDDB3

Tints of Medium Aquamarine #5DDDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 18.86%
G = 44.83%
B = 36.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#5DDDB3 (or 0x5DDDB3) is known color: Medium Aquamarine. HEX triplet: 5D, DD and B3. RGB value is (93,221,179). Sum of RGB (Red+Green+Blue) = 93+221+179=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDB3 is #A2224C. Grayscale: #B1B1B1. Windows color (decimal): -10625613 or 11787613. OLE color: 11787613.

HSL color Cylindrical-coordinate representation of color #5DDDB3: hue angle of 160.31º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDB3 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 179 -
CMYK 0.58 0 0.19 0.13
HSL 160.31º 0.65% 0.62% -
HSV(B) 160.31º 0.58% 0.87% -
XYZ 38.51 57.29 51.68 -
YUV 177.94 128.59 67.42 -
System Red Green Blue C M Y K H S L
Decimal 93 221 179 0.58 0 0.19 0.13 160.31 0.65 0.62
Hex 5D DD B3 3A 0 13 D A0 41 3E
Octal 135 335 263 72 0 23 15 240 101 76
Binary 1011101 11011101 10110011 111010 0 10011 1101 10100000 1000001 111110

Color Harmonies of #5DDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDB3

Black with #5DDDB3

Text Example


Text Example

White with #5DDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,221,179); }

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

background-color css

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

 a { background-color: rgb(93,221,179); }

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

border-color css

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

 span { border-color: rgb(93,221,179); }

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