Html Css Color HEX #5DCAAE Medium Aquamarine

📋 copy color: '#5DCAAE'

red 93 ◦ green 202 ◦ blue 174

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

Shades of Medium Aquamarine #5DCAAE

Tints of Medium Aquamarine #5DCAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

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

R = 19.83%
G = 43.07%
B = 37.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#5DCAAE (or 0x5DCAAE) is known color: Medium Aquamarine. HEX triplet: 5D, CA and AE. RGB value is (93,202,174). Sum of RGB (Red+Green+Blue) = 93+202+174=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAAE is #A23551. Grayscale: #A6A6A6. Windows color (decimal): -10630482 or 11455069. OLE color: 11455069.

HSL color Cylindrical-coordinate representation of color #5DCAAE: hue angle of 164.59º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCAAE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 202 174 -
CMYK 0.54 0 0.14 0.21
HSL 164.59º 0.51% 0.58% -
HSV(B) 164.59º 0.54% 0.79% -
XYZ 33.27 47.62 47.48 -
YUV 166.22 132.39 75.78 -
System Red Green Blue C M Y K H S L
Decimal 93 202 174 0.54 0 0.14 0.21 164.59 0.51 0.58
Hex 5D CA AE 36 0 E 15 A5 33 3A
Octal 135 312 256 66 0 16 25 245 63 72
Binary 1011101 11001010 10101110 110110 0 1110 10101 10100101 110011 111010

Color Harmonies of #5DCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAAE

Black with #5DCAAE

Text Example


Text Example

White with #5DCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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