#62AA8A

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

Shades of Acapulco #62AA8A

Tints of Acapulco #62AA8A

Color information

#62AA8A (or 0x62AA8A) is unknown color: approx Acapulco. HEX triplet: 62, AA and 8A. RGB value is (98,170,138). Sum of RGB (Red+Green+Blue) = 98+170+138=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AA8A is #9D5575. Grayscale: #909090. Windows color (decimal): -10311030 or 9087586. OLE color: 9087586.

HSL color Cylindrical-coordinate representation of color #62AA8A: hue angle of 153.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AA8A is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB98170138-
CMYK0.4200.190.33
HSL153.33º29.75%52.55%-
HSV(B)153.33º42.35%66.67%-
XYZ2433.1829.18-
YUV144.82124.1594.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.14%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=24.14%
G=41.87%
B=33.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981701380.4200.190.33153.3329.7552.55
Hex62AA8A2A01321991e35
Octal14225221252023412313665
Binary110001010101010100010101010100100111000011001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,170,138); }

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

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

 a { background-color: rgb(98,170,138); }

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

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

 span { border-color: rgb(98,170,138); }

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