#60ccb2

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

Shades of Medium Aquamarine #60CCB2

Tints of Medium Aquamarine #60CCB2

Color information

#60CCB2 (or 0x60CCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 60, CC and B2. RGB value is (96,204,178). Sum of RGB (Red+Green+Blue) = 96+204+178=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCB2 is #9F334D. Grayscale: #A8A8A8. Windows color (decimal): -10433358 or 11717728. OLE color: 11717728.

HSL color Cylindrical-coordinate representation of color #60CCB2: hue angle of 165.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB96204178-
CMYK0.5300.130.2
HSL165.56º51.43%58.82%-
HSV(B)165.56º52.94%80%-
XYZ34.4548.8949.74-
YUV168.74133.2276.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.08%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=20.08%
G=42.68%
B=37.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041780.5300.130.2165.5651.4358.82
Hex60CCB2350D14a6333b
Octal14031426265015242466373
Binary11000001100110010110010110101011011010010100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ccb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,178); }

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

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

 a { background-color: rgb(96,204,178); }

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

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

 span { border-color: rgb(96,204,178); }

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