#62CCB0

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

Shades of Medium Aquamarine #62CCB0

Tints of Medium Aquamarine #62CCB0

Color information

#62CCB0 (or 0x62CCB0) is unknown color: approx Medium Aquamarine. HEX triplet: 62, CC and B0. RGB value is (98,204,176). Sum of RGB (Red+Green+Blue) = 98+204+176=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #62CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CCB0 is #9D334F. Grayscale: #A9A9A9. Windows color (decimal): -10302288 or 11586658. OLE color: 11586658.

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

Color convert

RGB98204176-
CMYK0.5200.140.2
HSL164.15º50.96%59.22%-
HSV(B)164.15º51.96%80%-
XYZ34.4748.9248.7-
YUV169.11131.8877.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=20.50%
G=42.68%
B=36.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal982041760.5200.140.2164.1550.9659.22
Hex62CCB0340E14a4333b
Octal14231426064016242446373
Binary11000101100110010110000110100011101010010100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62CCB0; }

 p { color: rgb(98,204,176); }

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

<style>
 a { background-color: #62CCB0; }

 a { background-color: rgb(98,204,176); }

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

<style>
 span { border-color: #62CCB0; }

 span { border-color: rgb(98,204,176); }

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