#5BCCAE

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

Shades of Medium Aquamarine #5BCCAE

Tints of Medium Aquamarine #5BCCAE

Color information

#5BCCAE (or 0x5BCCAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CC and AE. RGB value is (91,204,174). Sum of RGB (Red+Green+Blue) = 91+204+174=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCCAE is #A43351. Grayscale: #A6A6A6. Windows color (decimal): -10761042 or 11455579. OLE color: 11455579.

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

Color convert

RGB91204174-
CMYK0.5500.150.2
HSL164.07º52.56%57.84%-
HSV(B)164.07º55.39%80%-
XYZ33.5548.4747.63-
YUV166.79132.0673.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.40%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=19.40%
G=43.50%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal912041740.5500.150.2164.0752.5657.84
Hex5BCCAE370F14a4353a
Octal13331425667017242446572
Binary10110111100110010101110110111011111010010100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,204,174); }

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

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

 a { background-color: rgb(91,204,174); }

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

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

 span { border-color: rgb(91,204,174); }

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