#63AA8F

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

Shades of Acapulco #63AA8F

Tints of Acapulco #63AA8F

Color information

#63AA8F (or 0x63AA8F) is unknown color: approx Acapulco. HEX triplet: 63, AA and 8F. RGB value is (99,170,143). Sum of RGB (Red+Green+Blue) = 99+170+143=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA8F is #9C5570. Grayscale: #919191. Windows color (decimal): -10245489 or 9415267. OLE color: 9415267.

HSL color Cylindrical-coordinate representation of color #63AA8F: hue angle of 157.18º degrees, saturation: 0.29, 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 #63AA8F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB99170143-
CMYK0.4200.160.33
HSL157.18º29.46%52.75%-
HSV(B)157.18º41.76%66.67%-
XYZ24.4833.3931.14-
YUV145.69126.4894.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=24.03%
G=41.26%
B=34.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701430.4200.160.33157.1829.4652.75
Hex63AA8F2A010219d1d35
Octal14325221752020412353565
Binary110001110101010100011111010100100001000011001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AA8F; }

 p { color: rgb(99,170,143); }

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

<style>
 a { background-color: #63AA8F; }

 a { background-color: rgb(99,170,143); }

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

<style>
 span { border-color: #63AA8F; }

 span { border-color: rgb(99,170,143); }

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