Html Css Color HEX #5DCEAA Medium Aquamarine

📋 copy color: '#5DCEAA'

red 93 ◦ green 206 ◦ blue 170

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

Shades of Medium Aquamarine #5DCEAA

Tints of Medium Aquamarine #5DCEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 19.83%
G = 43.92%
B = 36.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#5DCEAA (or 0x5DCEAA) is known color: Medium Aquamarine. HEX triplet: 5D, CE and AA. RGB value is (93,206,170). Sum of RGB (Red+Green+Blue) = 93+206+170=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEAA is #A23155. Grayscale: #A8A8A8. Windows color (decimal): -10629462 or 11193949. OLE color: 11193949.

HSL color Cylindrical-coordinate representation of color #5DCEAA: hue angle of 160.88º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEAA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 206 170 -
CMYK 0.55 0 0.17 0.19
HSL 160.89º 0.54% 0.59% -
HSV(B) 160.89º 0.55% 0.81% -
XYZ 33.84 49.37 45.78 -
YUV 168.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 93 206 170 0.55 0 0.17 0.19 160.89 0.54 0.59
Hex 5D CE AA 37 0 11 13 A1 36 3B
Octal 135 316 252 67 0 21 23 241 66 73
Binary 1011101 11001110 10101010 110111 0 10001 10011 10100001 110110 111011

Color Harmonies of #5DCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEAA

Black with #5DCEAA

Text Example


Text Example

White with #5DCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,206,170); }

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

background-color css

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

 a { background-color: rgb(93,206,170); }

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

border-color css

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

 span { border-color: rgb(93,206,170); }

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