Html Css Color HEX #5DCAAA Medium Aquamarine

📋 copy color: '#5DCAAA'

red 93 ◦ green 202 ◦ blue 170

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

Shades of Medium Aquamarine #5DCAAA

Tints of Medium Aquamarine #5DCAAA

RGB

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

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

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

R = 20%
G = 43.44%
B = 36.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#5DCAAA (or 0x5DCAAA) is known color: Medium Aquamarine. HEX triplet: 5D, CA and AA. RGB value is (93,202,170). Sum of RGB (Red+Green+Blue) = 93+202+170=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAAA is #A23555. Grayscale: #A5A5A5. Windows color (decimal): -10630486 or 11192925. OLE color: 11192925.

HSL color Cylindrical-coordinate representation of color #5DCAAA: hue angle of 162.39º 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 #5DCAAA is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 202 170 -
CMYK 0.54 0 0.16 0.21
HSL 162.39º 0.51% 0.58% -
HSV(B) 162.39º 0.54% 0.79% -
XYZ 32.89 47.47 45.46 -
YUV 165.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 93 202 170 0.54 0 0.16 0.21 162.39 0.51 0.58
Hex 5D CA AA 36 0 10 15 A2 33 3A
Octal 135 312 252 66 0 20 25 242 63 72
Binary 1011101 11001010 10101010 110110 0 10000 10101 10100010 110011 111010

Color Harmonies of #5DCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAAA

Black with #5DCAAA

Text Example


Text Example

White with #5DCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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