Html Css Color HEX #5AD2B6 Medium Aquamarine

📋 copy color: '#5AD2B6'

red 90 ◦ green 210 ◦ blue 182

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

Shades of Medium Aquamarine #5AD2B6

Tints of Medium Aquamarine #5AD2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

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

R = 18.67%
G = 43.57%
B = 37.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#5AD2B6 (or 0x5AD2B6) is known color: Medium Aquamarine. HEX triplet: 5A, D2 and B6. RGB value is (90,210,182). Sum of RGB (Red+Green+Blue) = 90+210+182=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2B6 is #A52D49. Grayscale: #AAAAAA. Windows color (decimal): -10825034 or 11981402. OLE color: 11981402.

HSL color Cylindrical-coordinate representation of color #5AD2B6: hue angle of 166º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2B6 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 210 182 -
CMYK 0.57 0 0.13 0.18
HSL 166º 0.57% 0.59% -
HSV(B) 166º 0.57% 0.82% -
XYZ 35.71 51.64 52.34 -
YUV 170.93 134.24 70.28 -
System Red Green Blue C M Y K H S L
Decimal 90 210 182 0.57 0 0.13 0.18 166 0.57 0.59
Hex 5A D2 B6 39 0 D 12 A6 39 3B
Octal 132 322 266 71 0 15 22 246 71 73
Binary 1011010 11010010 10110110 111001 0 1101 10010 10100110 111001 111011

Color Harmonies of #5AD2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD2B6

Black with #5AD2B6

Text Example


Text Example

White with #5AD2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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