Html Css Color HEX #5AD5B5 Medium Aquamarine

📋 copy color: '#5AD5B5'

red 90 ◦ green 213 ◦ blue 181

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

Shades of Medium Aquamarine #5AD5B5

Tints of Medium Aquamarine #5AD5B5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 18.6%
G = 44.01%
B = 37.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#5AD5B5 (or 0x5AD5B5) is known color: Medium Aquamarine. HEX triplet: 5A, D5 and B5. RGB value is (90,213,181). Sum of RGB (Red+Green+Blue) = 90+213+181=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5B5 is #A52A4A. Grayscale: #ACACAC. Windows color (decimal): -10824267 or 11916634. OLE color: 11916634.

HSL color Cylindrical-coordinate representation of color #5AD5B5: hue angle of 164.39º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5B5 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 213 181 -
CMYK 0.58 0 0.15 0.16
HSL 164.39º 0.59% 0.59% -
HSV(B) 164.39º 0.58% 0.84% -
XYZ 36.35 53.1 52.05 -
YUV 172.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 90 213 181 0.58 0 0.15 0.16 164.39 0.59 0.59
Hex 5A D5 B5 3A 0 F 10 A4 3B 3B
Octal 132 325 265 72 0 17 20 244 73 73
Binary 1011010 11010101 10110101 111010 0 1111 10000 10100100 111011 111011

Color Harmonies of #5AD5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD5B5

Black with #5AD5B5

Text Example


Text Example

White with #5AD5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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