#60FFE0

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

Shades of Aquamarine #60FFE0

Tints of Aquamarine #60FFE0

Color information

#60FFE0 (or 0x60FFE0) is unknown color: approx Aquamarine. HEX triplet: 60, FF and E0. RGB value is (96,255,224). Sum of RGB (Red+Green+Blue) = 96+255+224=575 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.70% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFE0 is #9F001F. Grayscale: #CBCBCB. Windows color (decimal): -10420256 or 14745440. OLE color: 14745440.

HSL color Cylindrical-coordinate representation of color #60FFE0: hue angle of 168.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFE0 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB96255224-
CMYK0.6200.120
HSL168.3º100%68.82%-
HSV(B)168.3º62.35%100%-
XYZ54.0479.3983-
YUV203.92139.3251.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.70%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=16.70%
G=44.35%
B=38.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962552240.6200.120168.310068.82
Hex60FFE03E0C0a86445
Octal140377340760140250144105
Binary110000011111111111000001111100110001010100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,255,224); }

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

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

 a { background-color: rgb(96,255,224); }

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

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

 span { border-color: rgb(96,255,224); }

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