#60FBCE

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

Shades of Aquamarine #60FBCE

Tints of Aquamarine #60FBCE

Color information

#60FBCE (or 0x60FBCE) is unknown color: approx Aquamarine. HEX triplet: 60, FB and CE. RGB value is (96,251,206). Sum of RGB (Red+Green+Blue) = 96+251+206=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBCE is #9F0431. Grayscale: #C7C7C7. Windows color (decimal): -10421298 or 13564768. OLE color: 13564768.

HSL color Cylindrical-coordinate representation of color #60FBCE: hue angle of 162.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FBCE is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB96251206-
CMYK0.6200.180.02
HSL162.58º95.09%68.04%-
HSV(B)162.58º61.75%98.43%-
XYZ50.4675.9470.39-
YUV199.52131.6554.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.36%
GREEN value IS 251 (98.44% from 255) = 45.39%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=17.36%
G=45.39%
B=37.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962512060.6200.180.02162.5895.0968.04
Hex60FBCE3E0122a35f44
Octal140373316760222243137104
Binary11000001111101111001110111110010010101010001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,251,206); }

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

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

 a { background-color: rgb(96,251,206); }

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

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

 span { border-color: rgb(96,251,206); }

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