#5ACBAE

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

Shades of Medium Aquamarine #5ACBAE

Tints of Medium Aquamarine #5ACBAE

Color information

#5ACBAE (or 0x5ACBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, CB and AE. RGB value is (90,203,174). Sum of RGB (Red+Green+Blue) = 90+203+174=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBAE is #A53451. Grayscale: #A5A5A5. Windows color (decimal): -10826834 or 11455322. OLE color: 11455322.

HSL color Cylindrical-coordinate representation of color #5ACBAE: hue angle of 164.6º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACBAE is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB90203174-
CMYK0.5600.140.20
HSL164.6º52.07%57.45%-
HSV(B)164.6º55.67%79.61%-
XYZ33.2147.9447.55-
YUV165.91132.5673.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=19.27%
G=43.47%
B=37.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902031740.5600.140.20164.652.0757.45
Hex5ACBAE380E14a53439
Octal13231325670016242456471
Binary10110101100101110101110111000011101010010100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,203,174); }

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

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

 a { background-color: rgb(90,203,174); }

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

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

 span { border-color: rgb(90,203,174); }

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