#60FAD7

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

Shades of Aquamarine #60FAD7

Tints of Aquamarine #60FAD7

Color information

#60FAD7 (or 0x60FAD7) is unknown color: approx Aquamarine. HEX triplet: 60, FA and D7. RGB value is (96,250,215). Sum of RGB (Red+Green+Blue) = 96+250+215=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAD7 is #9F0528. Grayscale: #C7C7C7. Windows color (decimal): -10421545 or 14154336. OLE color: 14154336.

HSL color Cylindrical-coordinate representation of color #60FAD7: hue angle of 166.36º degrees, saturation: 0.94, 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 #60FAD7 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB96250215-
CMYK0.6200.140.02
HSL166.36º93.9%67.84%-
HSV(B)166.36º61.6%98.04%-
XYZ51.2875.7676.21-
YUV199.96136.4853.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.11%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=17.11%
G=44.56%
B=38.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962502150.6200.140.02166.3693.967.84
Hex60FAD73E0E2a65e44
Octal140372327760162246136104
Binary1100000111110101101011111111001110101010011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,250,215); }

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

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

 a { background-color: rgb(96,250,215); }

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

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

 span { border-color: rgb(96,250,215); }

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