Html Css Color HEX #5AC8B5 Medium Aquamarine

📋 copy color: '#5AC8B5'

red 90 ◦ green 200 ◦ blue 181

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

Shades of Medium Aquamarine #5AC8B5

Tints of Medium Aquamarine #5AC8B5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 19.11%
G = 42.46%
B = 38.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#5AC8B5 (or 0x5AC8B5) is known color: Medium Aquamarine. HEX triplet: 5A, C8 and B5. RGB value is (90,200,181). Sum of RGB (Red+Green+Blue) = 90+200+181=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC8B5 is #A5374A. Grayscale: #A4A4A4. Windows color (decimal): -10827595 or 11913306. OLE color: 11913306.

HSL color Cylindrical-coordinate representation of color #5AC8B5: hue angle of 169.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC8B5 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 200 181 -
CMYK 0.55 0 0.09 0.22
HSL 169.64º 0.5% 0.57% -
HSV(B) 169.64º 0.55% 0.78% -
XYZ 33.21 46.82 51 -
YUV 164.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 90 200 181 0.55 0 0.09 0.22 169.64 0.5 0.57
Hex 5A C8 B5 37 0 9 16 AA 32 39
Octal 132 310 265 67 0 11 26 252 62 71
Binary 1011010 11001000 10110101 110111 0 1001 10110 10101010 110010 111001

Color Harmonies of #5AC8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC8B5

Black with #5AC8B5

Text Example


Text Example

White with #5AC8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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