#60FDCB

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

Shades of Aquamarine #60FDCB

Tints of Aquamarine #60FDCB

Color information

#60FDCB (or 0x60FDCB) is unknown color: approx Aquamarine. HEX triplet: 60, FD and CB. RGB value is (96,253,203). Sum of RGB (Red+Green+Blue) = 96+253+203=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDCB is #9F0234. Grayscale: #C8C8C8. Windows color (decimal): -10420789 or 13368672. OLE color: 13368672.

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

Color convert

RGB96253203-
CMYK0.6200.200.01
HSL160.89º97.52%68.43%-
HSV(B)160.89º62.06%99.22%-
XYZ50.7377.0568.7-
YUV200.36129.4953.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.39%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=17.39%
G=45.83%
B=36.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962532030.6200.200.01160.8997.5268.43
Hex60FDCB3E0141a16244
Octal140375313760241241142104
Binary1100000111111011100101111111001010011010000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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