#60FEBF

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

Shades of Aquamarine #60FEBF

Tints of Aquamarine #60FEBF

Color information

#60FEBF (or 0x60FEBF) is unknown color: approx Aquamarine. HEX triplet: 60, FE and BF. RGB value is (96,254,191). Sum of RGB (Red+Green+Blue) = 96+254+191=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEBF is #9F0140. Grayscale: #C7C7C7. Windows color (decimal): -10420545 or 12582496. OLE color: 12582496.

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

Color convert

RGB96254191-
CMYK0.6200.250.00
HSL156.08º98.75%68.63%-
HSV(B)156.08º62.2%99.61%-
XYZ49.6777.1361.56-
YUV199.58123.1554.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.74%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 191 (75% from 255) = 35.30%
R=17.74%
G=46.95%
B=35.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962541910.6200.250.00156.0898.7568.63
Hex60FEBF3E01909c6345
Octal140376277760310234143105
Binary1100000111111101011111111111001100101001110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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