Html Css Color HEX #5ADBAB Medium Aquamarine

📋 copy color: '#5ADBAB'

red 90 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #5ADBAB

Tints of Medium Aquamarine #5ADBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

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

R = 18.75%
G = 45.63%
B = 35.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#5ADBAB (or 0x5ADBAB) is known color: Medium Aquamarine. HEX triplet: 5A, DB and AB. RGB value is (90,219,171). Sum of RGB (Red+Green+Blue) = 90+219+171=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBAB is #A52454. Grayscale: #AFAFAF. Windows color (decimal): -10822741 or 11262810. OLE color: 11262810.

HSL color Cylindrical-coordinate representation of color #5ADBAB: hue angle of 157.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBAB is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 219 171 -
CMYK 0.59 0 0.22 0.14
HSL 157.67º 0.64% 0.61% -
HSV(B) 157.67º 0.59% 0.86% -
XYZ 36.9 55.78 47.35 -
YUV 174.96 125.76 67.4 -
System Red Green Blue C M Y K H S L
Decimal 90 219 171 0.59 0 0.22 0.14 157.67 0.64 0.61
Hex 5A DB AB 3B 0 16 E 9E 40 3D
Octal 132 333 253 73 0 26 16 236 100 75
Binary 1011010 11011011 10101011 111011 0 10110 1110 10011110 1000000 111101

Color Harmonies of #5ADBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBAB

Black with #5ADBAB

Text Example


Text Example

White with #5ADBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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