#60FBDC

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

Shades of Aquamarine #60FBDC

Tints of Aquamarine #60FBDC

Color information

#60FBDC (or 0x60FBDC) is unknown color: approx Aquamarine. HEX triplet: 60, FB and DC. RGB value is (96,251,220). Sum of RGB (Red+Green+Blue) = 96+251+220=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBDC is #9F0423. Grayscale: #C9C9C9. Windows color (decimal): -10421284 or 14482272. OLE color: 14482272.

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

Color convert

RGB96251220-
CMYK0.6200.120.02
HSL168º95.09%68.04%-
HSV(B)168º61.75%98.43%-
XYZ52.2476.6579.75-
YUV201.12138.6553.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.93%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=16.93%
G=44.27%
B=38.80%

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
Decimal962512200.6200.120.0216895.0968.04
Hex60FBDC3E0C2a85f44
Octal140373334760142250137104
Binary1100000111110111101110011111001100101010100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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