#60FFBA

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

Shades of Aquamarine #60FFBA

Tints of Aquamarine #60FFBA

Color information

#60FFBA (or 0x60FFBA) is unknown color: approx Aquamarine. HEX triplet: 60, FF and BA. RGB value is (96,255,186). Sum of RGB (Red+Green+Blue) = 96+255+186=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFBA is #9F0045. Grayscale: #C7C7C7. Windows color (decimal): -10420294 or 12255072. OLE color: 12255072.

HSL color Cylindrical-coordinate representation of color #60FFBA: hue angle of 153.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFBA is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB96255186-
CMYK0.6200.270
HSL153.96º100%68.82%-
HSV(B)153.96º62.35%100%-
XYZ49.4577.5558.82-
YUV199.59120.3254.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.88%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=17.88%
G=47.49%
B=34.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962551860.6200.270153.9610068.82
Hex60FFBA3E01B09a6445
Octal140377272760330232144105
Binary1100000111111111011101011111001101101001101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60FFBA; }

 p { color: rgb(96,255,186); }

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

<style>
 a { background-color: #60FFBA; }

 a { background-color: rgb(96,255,186); }

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

<style>
 span { border-color: #60FFBA; }

 span { border-color: rgb(96,255,186); }

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