Html Css Color HEX #5ACCA5 Medium Aquamarine

📋 copy color: '#5ACCA5'

red 90 ◦ green 204 ◦ blue 165

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

Shades of Medium Aquamarine #5ACCA5

Tints of Medium Aquamarine #5ACCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 19.61%
G = 44.44%
B = 35.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#5ACCA5 (or 0x5ACCA5) is known color: Medium Aquamarine. HEX triplet: 5A, CC and A5. RGB value is (90,204,165). Sum of RGB (Red+Green+Blue) = 90+204+165=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACCA5 is #A5335A. Grayscale: #A5A5A5. Windows color (decimal): -10826587 or 10865754. OLE color: 10865754.

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

Color convert

RGB 90 204 165 -
CMYK 0.56 0 0.19 0.2
HSL 159.47º 0.53% 0.58% -
HSV(B) 159.47º 0.56% 0.8% -
XYZ 32.6 48.08 43.16 -
YUV 165.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 90 204 165 0.56 0 0.19 0.2 159.47 0.53 0.58
Hex 5A CC A5 38 0 13 14 9F 35 3A
Octal 132 314 245 70 0 23 24 237 65 72
Binary 1011010 11001100 10100101 111000 0 10011 10100 10011111 110101 111010

Color Harmonies of #5ACCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCA5

Black with #5ACCA5

Text Example


Text Example

White with #5ACCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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