Html Css Color HEX #5ADDB2 Medium Aquamarine

📋 copy color: '#5ADDB2'

red 90 ◦ green 221 ◦ blue 178

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

Shades of Medium Aquamarine #5ADDB2

Tints of Medium Aquamarine #5ADDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 18.4%
G = 45.19%
B = 36.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#5ADDB2 (or 0x5ADDB2) is known color: Medium Aquamarine. HEX triplet: 5A, DD and B2. RGB value is (90,221,178). Sum of RGB (Red+Green+Blue) = 90+221+178=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDB2 is #A5224D. Grayscale: #B0B0B0. Windows color (decimal): -10822222 or 11722074. OLE color: 11722074.

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

Color convert

RGB 90 221 178 -
CMYK 0.59 0 0.19 0.13
HSL 160.31º 0.66% 0.61% -
HSV(B) 160.31º 0.59% 0.87% -
XYZ 38.11 57.1 51.13 -
YUV 176.93 128.6 66 -
System Red Green Blue C M Y K H S L
Decimal 90 221 178 0.59 0 0.19 0.13 160.31 0.66 0.61
Hex 5A DD B2 3B 0 13 D A0 42 3D
Octal 132 335 262 73 0 23 15 240 102 75
Binary 1011010 11011101 10110010 111011 0 10011 1101 10100000 1000010 111101

Color Harmonies of #5ADDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDB2

Black with #5ADDB2

Text Example


Text Example

White with #5ADDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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