Html Css Color HEX #5ACDAB Medium Aquamarine

📋 copy color: '#5ACDAB'

red 90 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #5ACDAB

Tints of Medium Aquamarine #5ACDAB

RGB

 RED value IS 90 (35.55% from 255) = 19.31%

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 19.31%
G = 43.99%
B = 36.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#5ACDAB (or 0x5ACDAB) is known color: Medium Aquamarine. HEX triplet: 5A, CD and AB. RGB value is (90,205,171). Sum of RGB (Red+Green+Blue) = 90+205+171=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACDAB is #A53254. Grayscale: #A6A6A6. Windows color (decimal): -10826325 or 11259226. OLE color: 11259226.

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

Color convert

RGB 90 205 171 -
CMYK 0.56 0 0.17 0.20
HSL 162.26º 0.53% 0.58% -
HSV(B) 162.26º 0.56% 0.8% -
XYZ 33.4 48.78 46.18 -
YUV 166.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 90 205 171 0.56 0 0.17 0.20 162.26 0.53 0.58
Hex 5A CD AB 38 0 11 14 A2 35 3A
Octal 132 315 253 70 0 21 24 242 65 72
Binary 1011010 11001101 10101011 111000 0 10001 10100 10100010 110101 111010

Color Harmonies of #5ACDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDAB

Black with #5ACDAB

Text Example


Text Example

White with #5ACDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,205,171); }

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

background-color css

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

 a { background-color: rgb(90,205,171); }

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

border-color css

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

 span { border-color: rgb(90,205,171); }

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