#5ACCAD

Color #5ACCAD Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5ACCAD

Tints of Medium Aquamarine #5ACCAD

Color information

#5ACCAD (or 0x5ACCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, CC and AD. RGB value is (90,204,173). Sum of RGB (Red+Green+Blue) = 90+204+173=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACCAD is #A53352. Grayscale: #A6A6A6. Windows color (decimal): -10826579 or 11390042. OLE color: 11390042.

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

Color convert

RGB90204173-
CMYK0.5600.150.2
HSL163.68º52.78%57.65%-
HSV(B)163.68º55.88%80%-
XYZ33.3548.3847.11-
YUV166.38131.7373.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=19.27%
G=43.68%
B=37.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal902041730.5600.150.2163.6852.7857.65
Hex5ACCAD380F14a4353a
Octal13231425570017242446572
Binary10110101100110010101101111000011111010010100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ACCAD;
 }
 .AnyTagClassName
 {
   color: #5ACCAD;
 }
</style>
background-color css

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

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

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

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

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

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