#65AC8B

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

Shades of Acapulco #65AC8B

Tints of Acapulco #65AC8B

Color information

#65AC8B (or 0x65AC8B) is unknown color: approx Acapulco. HEX triplet: 65, AC and 8B. RGB value is (101,172,139). Sum of RGB (Red+Green+Blue) = 101+172+139=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AC8B is #9A5374. Grayscale: #939393. Windows color (decimal): -10113909 or 9153637. OLE color: 9153637.

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

Color convert

RGB101172139-
CMYK0.4100.190.33
HSL152.11º29.96%53.53%-
HSV(B)152.11º41.28%67.45%-
XYZ24.7834.1429.71-
YUV147.01123.4895.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=24.51%
G=41.75%
B=33.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721390.4100.190.33152.1129.9653.53
Hex65AC8B2901321981e36
Octal14525421351023412303666
Binary110010110101100100010111010010100111000011001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AC8B; }

 p { color: rgb(101,172,139); }

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

<style>
 a { background-color: #65AC8B; }

 a { background-color: rgb(101,172,139); }

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

<style>
 span { border-color: #65AC8B; }

 span { border-color: rgb(101,172,139); }

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