#60E4B5

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

Shades of Medium Aquamarine #60E4B5

Tints of Medium Aquamarine #60E4B5

Color information

#60E4B5 (or 0x60E4B5) is unknown color: approx Medium Aquamarine. HEX triplet: 60, E4 and B5. RGB value is (96,228,181). Sum of RGB (Red+Green+Blue) = 96+228+181=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #60E4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E4B5 is #9F1B4A. Grayscale: #B7B7B7. Windows color (decimal): -10427211 or 11920480. OLE color: 11920480.

HSL color Cylindrical-coordinate representation of color #60E4B5: hue angle of 158.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E4B5 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB96228181-
CMYK0.5800.210.11
HSL158.64º70.97%63.53%-
HSV(B)158.64º57.89%89.41%-
XYZ40.9161.3153.39-
YUV183.17126.7765.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.01%
GREEN value IS 228 (89.45% from 255) = 45.15%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=19.01%
G=45.15%
B=35.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962281810.5800.210.11158.6470.9763.53
Hex60E4B53A015B9f4740
Octal1403442657202513237107100
Binary1100000111001001011010111101001010110111001111110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,228,181); }

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

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

 a { background-color: rgb(96,228,181); }

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

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

 span { border-color: rgb(96,228,181); }

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