Html Css Color HEX #5DCDAE Medium Aquamarine

📋 copy color: '#5DCDAE'

red 93 ◦ green 205 ◦ blue 174

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

Shades of Medium Aquamarine #5DCDAE

Tints of Medium Aquamarine #5DCDAE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 19.7%
G = 43.43%
B = 36.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#5DCDAE (or 0x5DCDAE) is known color: Medium Aquamarine. HEX triplet: 5D, CD and AE. RGB value is (93,205,174). Sum of RGB (Red+Green+Blue) = 93+205+174=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDAE is #A23251. Grayscale: #A7A7A7. Windows color (decimal): -10629714 or 11455837. OLE color: 11455837.

HSL color Cylindrical-coordinate representation of color #5DCDAE: hue angle of 163.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDAE is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 174 -
CMYK 0.55 0 0.15 0.20
HSL 163.39º 0.53% 0.58% -
HSV(B) 163.39º 0.55% 0.8% -
XYZ 33.99 49.05 47.72 -
YUV 167.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 93 205 174 0.55 0 0.15 0.20 163.39 0.53 0.58
Hex 5D CD AE 37 0 F 14 A3 35 3A
Octal 135 315 256 67 0 17 24 243 65 72
Binary 1011101 11001101 10101110 110111 0 1111 10100 10100011 110101 111010

Color Harmonies of #5DCDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDAE

Black with #5DCDAE

Text Example


Text Example

White with #5DCDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,174); }

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

background-color css

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

 a { background-color: rgb(93,205,174); }

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

border-color css

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

 span { border-color: rgb(93,205,174); }

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