#60FBDD

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

Shades of Aquamarine #60FBDD

Tints of Aquamarine #60FBDD

Color information

#60FBDD (or 0x60FBDD) is unknown color: approx Aquamarine. HEX triplet: 60, FB and DD. RGB value is (96,251,221). Sum of RGB (Red+Green+Blue) = 96+251+221=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBDD is #9F0422. Grayscale: #C9C9C9. Windows color (decimal): -10421283 or 14547808. OLE color: 14547808.

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

Color convert

RGB96251221-
CMYK0.6200.120.02
HSL168.39º95.09%68.04%-
HSV(B)168.39º61.75%98.43%-
XYZ52.3776.780.45-
YUV201.24139.1552.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.90%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=16.90%
G=44.19%
B=38.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962512210.6200.120.02168.3995.0968.04
Hex60FBDD3E0C2a85f44
Octal140373335760142250137104
Binary1100000111110111101110111111001100101010100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,251,221); }

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

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

 a { background-color: rgb(96,251,221); }

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

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

 span { border-color: rgb(96,251,221); }

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