#60F9CA

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

Shades of Aquamarine #60F9CA

Tints of Aquamarine #60F9CA

Color information

#60F9CA (or 0x60F9CA) is unknown color: approx Aquamarine. HEX triplet: 60, F9 and CA. RGB value is (96,249,202). Sum of RGB (Red+Green+Blue) = 96+249+202=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F9CA is #9F0635. Grayscale: #C5C5C5. Windows color (decimal): -10421814 or 13302112. OLE color: 13302112.

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

Color convert

RGB96249202-
CMYK0.6100.190.02
HSL161.57º92.73%67.65%-
HSV(B)161.57º61.45%97.65%-
XYZ49.3674.567.66-
YUV197.9130.3155.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.55%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=17.55%
G=45.52%
B=36.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962492020.6100.190.02161.5792.7367.65
Hex60F9CA3D0132a25d44
Octal140371312750232242135104
Binary11000001111100111001010111101010011101010001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,249,202); }

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

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

 a { background-color: rgb(96,249,202); }

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

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

 span { border-color: rgb(96,249,202); }

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