Html Css Color HEX #5ACC9A Medium Aquamarine

📋 copy color: '#5ACC9A'

red 90 ◦ green 204 ◦ blue 154

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

Shades of Medium Aquamarine #5ACC9A

Tints of Medium Aquamarine #5ACC9A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 20.09%
G = 45.54%
B = 34.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#5ACC9A (or 0x5ACC9A) is known color: Medium Aquamarine. HEX triplet: 5A, CC and 9A. RGB value is (90,204,154). Sum of RGB (Red+Green+Blue) = 90+204+154=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACC9A is #A53365. Grayscale: #A4A4A4. Windows color (decimal): -10826598 or 10144858. OLE color: 10144858.

HSL color Cylindrical-coordinate representation of color #5ACC9A: hue angle of 153.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACC9A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 154 -
CMYK 0.56 0 0.25 0.2
HSL 153.68º 0.53% 0.58% -
HSV(B) 153.68º 0.56% 0.8% -
XYZ 31.64 47.69 38.11 -
YUV 164.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 90 204 154 0.56 0 0.25 0.2 153.68 0.53 0.58
Hex 5A CC 9A 38 0 19 14 9A 35 3A
Octal 132 314 232 70 0 31 24 232 65 72
Binary 1011010 11001100 10011010 111000 0 11001 10100 10011010 110101 111010

Color Harmonies of #5ACC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACC9A

Black with #5ACC9A

Text Example


Text Example

White with #5ACC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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