#60F5CC

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

Shades of Aquamarine #60F5CC

Tints of Aquamarine #60F5CC

Color information

#60F5CC (or 0x60F5CC) is unknown color: approx Aquamarine. HEX triplet: 60, F5 and CC. RGB value is (96,245,204). Sum of RGB (Red+Green+Blue) = 96+245+204=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5CC is #9F0A33. Grayscale: #C3C3C3. Windows color (decimal): -10422836 or 13432160. OLE color: 13432160.

HSL color Cylindrical-coordinate representation of color #60F5CC: hue angle of 163.49º 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 #60F5CC is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB96245204-
CMYK0.6100.170.04
HSL163.49º88.17%66.86%-
HSV(B)163.49º60.82%96.08%-
XYZ48.3872.1568.5-
YUV195.78132.6456.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.61%
GREEN value IS 245 (96.09% from 255) = 44.95%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=17.61%
G=44.95%
B=37.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962452040.6100.170.04163.4988.1766.86
Hex60F5CC3D0114a35843
Octal140365314750214243130103
Binary110000011110101110011001111010100011001010001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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