#63AA8D

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

Shades of Acapulco #63AA8D

Tints of Acapulco #63AA8D

Color information

#63AA8D (or 0x63AA8D) is unknown color: approx Acapulco. HEX triplet: 63, AA and 8D. RGB value is (99,170,141). Sum of RGB (Red+Green+Blue) = 99+170+141=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA8D is #9C5572. Grayscale: #919191. Windows color (decimal): -10245491 or 9284195. OLE color: 9284195.

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

Color convert

RGB99170141-
CMYK0.4200.170.33
HSL155.49º29.46%52.75%-
HSV(B)155.49º41.76%66.67%-
XYZ24.3333.3330.35-
YUV145.46125.4894.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.15%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=24.15%
G=41.46%
B=34.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701410.4200.170.33155.4929.4652.75
Hex63AA8D2A011219b1d35
Octal14325221552021412333565
Binary110001110101010100011011010100100011000011001101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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