#60FDDC

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

Shades of Aquamarine #60FDDC

Tints of Aquamarine #60FDDC

Color information

#60FDDC (or 0x60FDDC) is unknown color: approx Aquamarine. HEX triplet: 60, FD and DC. RGB value is (96,253,220). Sum of RGB (Red+Green+Blue) = 96+253+220=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDDC is #9F0223. Grayscale: #CACACA. Windows color (decimal): -10420772 or 14482784. OLE color: 14482784.

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

Color convert

RGB96253220-
CMYK0.6200.130.01
HSL167.39º97.52%68.43%-
HSV(B)167.39º62.06%99.22%-
XYZ52.8777.979.96-
YUV202.3137.9952.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.87%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=16.87%
G=44.46%
B=38.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962532200.6200.130.01167.3997.5268.43
Hex60FDDC3E0D1a76244
Octal140375334760151247142104
Binary110000011111101110111001111100110111010011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,253,220); }

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

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

 a { background-color: rgb(96,253,220); }

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

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

 span { border-color: rgb(96,253,220); }

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