#60FFBF

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

Shades of Aquamarine #60FFBF

Tints of Aquamarine #60FFBF

Color information

#60FFBF (or 0x60FFBF) is unknown color: approx Aquamarine. HEX triplet: 60, FF and BF. RGB value is (96,255,191). Sum of RGB (Red+Green+Blue) = 96+255+191=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFBF is #9F0040. Grayscale: #C8C8C8. Windows color (decimal): -10420289 or 12582752. OLE color: 12582752.

HSL color Cylindrical-coordinate representation of color #60FFBF: hue angle of 155.85º 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 #60FFBF is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB96255191-
CMYK0.6200.250
HSL155.85º100%68.82%-
HSV(B)155.85º62.35%100%-
XYZ49.9977.7761.67-
YUV200.16122.8253.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.71%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 191 (75% from 255) = 35.24%
R=17.71%
G=47.05%
B=35.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962551910.6200.250155.8510068.82
Hex60FFBF3E01909c6445
Octal140377277760310234144105
Binary1100000111111111011111111111001100101001110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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