Html Css Color HEX #5ADDAB Medium Aquamarine

📋 copy color: '#5ADDAB'

red 90 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #5ADDAB

Tints of Medium Aquamarine #5ADDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

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

R = 18.67%
G = 45.85%
B = 35.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#5ADDAB (or 0x5ADDAB) is known color: Medium Aquamarine. HEX triplet: 5A, DD and AB. RGB value is (90,221,171). Sum of RGB (Red+Green+Blue) = 90+221+171=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDAB is #A52254. Grayscale: #B0B0B0. Windows color (decimal): -10822229 or 11263322. OLE color: 11263322.

HSL color Cylindrical-coordinate representation of color #5ADDAB: hue angle of 157.1º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDAB is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 171 -
CMYK 0.59 0 0.23 0.13
HSL 157.1º 0.66% 0.61% -
HSV(B) 157.1º 0.59% 0.87% -
XYZ 37.42 56.83 47.52 -
YUV 176.13 125.1 66.57 -
System Red Green Blue C M Y K H S L
Decimal 90 221 171 0.59 0 0.23 0.13 157.1 0.66 0.61
Hex 5A DD AB 3B 0 17 D 9D 42 3D
Octal 132 335 253 73 0 27 15 235 102 75
Binary 1011010 11011101 10101011 111011 0 10111 1101 10011101 1000010 111101

Color Harmonies of #5ADDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDAB

Black with #5ADDAB

Text Example


Text Example

White with #5ADDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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