Html Css Color HEX #5AC9B5 Medium Aquamarine

📋 copy color: '#5AC9B5'

red 90 ◦ green 201 ◦ blue 181

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

Shades of Medium Aquamarine #5AC9B5

Tints of Medium Aquamarine #5AC9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 19.07%
G = 42.58%
B = 38.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#5AC9B5 (or 0x5AC9B5) is known color: Medium Aquamarine. HEX triplet: 5A, C9 and B5. RGB value is (90,201,181). Sum of RGB (Red+Green+Blue) = 90+201+181=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC9B5 is #A5364A. Grayscale: #A5A5A5. Windows color (decimal): -10827339 or 11913562. OLE color: 11913562.

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

Color convert

RGB 90 201 181 -
CMYK 0.55 0 0.10 0.21
HSL 169.19º 0.51% 0.57% -
HSV(B) 169.19º 0.55% 0.79% -
XYZ 33.44 47.28 51.08 -
YUV 165.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 90 201 181 0.55 0 0.10 0.21 169.19 0.51 0.57
Hex 5A C9 B5 37 0 A 15 A9 33 39
Octal 132 311 265 67 0 12 25 251 63 71
Binary 1011010 11001001 10110101 110111 0 1010 10101 10101001 110011 111001

Color Harmonies of #5AC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC9B5

Black with #5AC9B5

Text Example


Text Example

White with #5AC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,201,181); }

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

background-color css

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

 a { background-color: rgb(90,201,181); }

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

border-color css

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

 span { border-color: rgb(90,201,181); }

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