Html Css Color HEX #5AD09A Medium Aquamarine

📋 copy color: '#5AD09A'

red 90 ◦ green 208 ◦ blue 154

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

Shades of Medium Aquamarine #5AD09A

Tints of Medium Aquamarine #5AD09A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 19.91%
G = 46.02%
B = 34.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#5AD09A (or 0x5AD09A) is known color: Medium Aquamarine. HEX triplet: 5A, D0 and 9A. RGB value is (90,208,154). Sum of RGB (Red+Green+Blue) = 90+208+154=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD09A is #A52F65. Grayscale: #A6A6A6. Windows color (decimal): -10825574 or 10145882. OLE color: 10145882.

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

Color convert

RGB 90 208 154 -
CMYK 0.57 0 0.26 0.18
HSL 152.54º 0.56% 0.58% -
HSV(B) 152.54º 0.57% 0.82% -
XYZ 32.61 49.62 38.43 -
YUV 166.56 120.91 73.39 -
System Red Green Blue C M Y K H S L
Decimal 90 208 154 0.57 0 0.26 0.18 152.54 0.56 0.58
Hex 5A D0 9A 39 0 1A 12 99 38 3A
Octal 132 320 232 71 0 32 22 231 70 72
Binary 1011010 11010000 10011010 111001 0 11010 10010 10011001 111000 111010

Color Harmonies of #5AD09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD09A

Black with #5AD09A

Text Example


Text Example

White with #5AD09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,154); }

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

background-color css

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

 a { background-color: rgb(90,208,154); }

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

border-color css

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

 span { border-color: rgb(90,208,154); }

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