#60CF9B

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

Shades of Medium Aquamarine #60CF9B

Tints of Medium Aquamarine #60CF9B

Color information

#60CF9B (or 0x60CF9B) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CF and 9B. RGB value is (96,207,155). Sum of RGB (Red+Green+Blue) = 96+207+155=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CF9B is #9F3064. Grayscale: #A7A7A7. Windows color (decimal): -10432613 or 10211168. OLE color: 10211168.

HSL color Cylindrical-coordinate representation of color #60CF9B: hue angle of 151.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CF9B is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB96207155-
CMYK0.5400.250.19
HSL151.89º53.62%59.41%-
HSV(B)151.89º53.62%81.18%-
XYZ33.0549.4838.82-
YUV167.88120.7376.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.96%
GREEN value IS 207 (81.25% from 255) = 45.20%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=20.96%
G=45.20%
B=33.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962071550.5400.250.19151.8953.6259.41
Hex60CF9B360191398363b
Octal14031723366031232306673
Binary110000011001111100110111101100110011001110011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,207,155); }

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

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

 a { background-color: rgb(96,207,155); }

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

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

 span { border-color: rgb(96,207,155); }

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