#60F5D2

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

Shades of Aquamarine #60F5D2

Tints of Aquamarine #60F5D2

Color information

#60F5D2 (or 0x60F5D2) is unknown color: approx Aquamarine. HEX triplet: 60, F5 and D2. RGB value is (96,245,210). Sum of RGB (Red+Green+Blue) = 96+245+210=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5D2 is #9F0A2D. Grayscale: #C4C4C4. Windows color (decimal): -10422830 or 13825376. OLE color: 13825376.

HSL color Cylindrical-coordinate representation of color #60F5D2: hue angle of 165.91º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F5D2 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB96245210-
CMYK0.6100.140.04
HSL165.91º88.17%66.86%-
HSV(B)165.91º60.82%96.08%-
XYZ49.1172.4472.37-
YUV196.46135.6456.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.42%
GREEN value IS 245 (96.09% from 255) = 44.46%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=17.42%
G=44.46%
B=38.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962452100.6100.140.04165.9188.1766.86
Hex60F5D23D0E4a65843
Octal140365322750164246130103
Binary11000001111010111010010111101011101001010011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,245,210); }

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

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

 a { background-color: rgb(96,245,210); }

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

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

 span { border-color: rgb(96,245,210); }

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