#63A68E

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

Shades of Acapulco #63A68E

Tints of Acapulco #63A68E

Color information

#63A68E (or 0x63A68E) is unknown color: approx Acapulco. HEX triplet: 63, A6 and 8E. RGB value is (99,166,142). Sum of RGB (Red+Green+Blue) = 99+166+142=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #63A68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A68E is #9C5971. Grayscale: #8F8F8F. Windows color (decimal): -10246514 or 9348707. OLE color: 9348707.

HSL color Cylindrical-coordinate representation of color #63A68E: hue angle of 158.51º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A68E is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB99166142-
CMYK0.4000.140.35
HSL158.51º27.35%51.96%-
HSV(B)158.51º40.36%65.1%-
XYZ23.6631.8830.5-
YUV143.23127.396.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.32%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=24.32%
G=40.79%
B=34.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991661420.4000.140.35158.5127.3551.96
Hex63A68E280E239f1b34
Octal14324621650016432373364
Binary11000111010011010001110101000011101000111001111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,166,142); }

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

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

 a { background-color: rgb(99,166,142); }

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

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

 span { border-color: rgb(99,166,142); }

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