#60CFB3

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

Shades of Medium Aquamarine #60CFB3

Tints of Medium Aquamarine #60CFB3

Color information

#60CFB3 (or 0x60CFB3) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CF and B3. RGB value is (96,207,179). Sum of RGB (Red+Green+Blue) = 96+207+179=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFB3 is #9F304C. Grayscale: #AAAAAA. Windows color (decimal): -10432589 or 11784032. OLE color: 11784032.

HSL color Cylindrical-coordinate representation of color #60CFB3: hue angle of 164.86º 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 #60CFB3 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB96207179-
CMYK0.5400.140.19
HSL164.86º53.62%59.41%-
HSV(B)164.86º53.62%81.18%-
XYZ35.2750.3750.51-
YUV170.62132.7374.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.92%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=19.92%
G=42.95%
B=37.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962071790.5400.140.19164.8653.6259.41
Hex60CFB3360E13a5363b
Octal14031726366016232456673
Binary11000001100111110110011110110011101001110100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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