#60FECA

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

Shades of Aquamarine #60FECA

Tints of Aquamarine #60FECA

Color information

#60FECA (or 0x60FECA) is unknown color: approx Aquamarine. HEX triplet: 60, FE and CA. RGB value is (96,254,202). Sum of RGB (Red+Green+Blue) = 96+254+202=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #60FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FECA is #9F0135. Grayscale: #C8C8C8. Windows color (decimal): -10420534 or 13303392. OLE color: 13303392.

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

Color convert

RGB96254202-
CMYK0.6200.200.00
HSL160.25º98.75%68.63%-
HSV(B)160.25º62.2%99.61%-
XYZ50.9377.6368.18-
YUV200.83128.6553.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.39%
GREEN value IS 254 (99.61% from 255) = 46.01%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=17.39%
G=46.01%
B=36.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962542020.6200.200.00160.2598.7568.63
Hex60FECA3E0140a06345
Octal140376312760240240143105
Binary1100000111111101100101011111001010001010000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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