Html Css Color HEX #5ADBB6 Medium Aquamarine

📋 copy color: '#5ADBB6'

red 90 ◦ green 219 ◦ blue 182

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

Shades of Medium Aquamarine #5ADBB6

Tints of Medium Aquamarine #5ADBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 18.33%
G = 44.6%
B = 37.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#5ADBB6 (or 0x5ADBB6) is known color: Medium Aquamarine. HEX triplet: 5A, DB and B6. RGB value is (90,219,182). Sum of RGB (Red+Green+Blue) = 90+219+182=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBB6 is #A52449. Grayscale: #B0B0B0. Windows color (decimal): -10822730 or 11983706. OLE color: 11983706.

HSL color Cylindrical-coordinate representation of color #5ADBB6: hue angle of 162.79º 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 #5ADBB6 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 219 182 -
CMYK 0.59 0 0.17 0.14
HSL 162.79º 0.64% 0.61% -
HSV(B) 162.79º 0.59% 0.86% -
XYZ 37.99 56.21 53.1 -
YUV 176.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 90 219 182 0.59 0 0.17 0.14 162.79 0.64 0.61
Hex 5A DB B6 3B 0 11 E A3 40 3D
Octal 132 333 266 73 0 21 16 243 100 75
Binary 1011010 11011011 10110110 111011 0 10001 1110 10100011 1000000 111101

Color Harmonies of #5ADBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBB6

Black with #5ADBB6

Text Example


Text Example

White with #5ADBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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