#67AC8A

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

Shades of Acapulco #67AC8A

Tints of Acapulco #67AC8A

Color information

#67AC8A (or 0x67AC8A) is unknown color: approx Acapulco. HEX triplet: 67, AC and 8A. RGB value is (103,172,138). Sum of RGB (Red+Green+Blue) = 103+172+138=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AC8A is #985375. Grayscale: #939393. Windows color (decimal): -9982838 or 9088103. OLE color: 9088103.

HSL color Cylindrical-coordinate representation of color #67AC8A: hue angle of 150.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC8A is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB103172138-
CMYK0.4000.200.33
HSL150.43º29.36%53.92%-
HSV(B)150.43º40.12%67.45%-
XYZ24.9334.2229.34-
YUV147.49122.6496.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.94%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=24.94%
G=41.65%
B=33.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721380.4000.200.33150.4329.3653.92
Hex67AC8A2801421961d36
Octal14725421250024412263566
Binary110011110101100100010101010000101001000011001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AC8A; }

 p { color: rgb(103,172,138); }

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

<style>
 a { background-color: #67AC8A; }

 a { background-color: rgb(103,172,138); }

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

<style>
 span { border-color: #67AC8A; }

 span { border-color: rgb(103,172,138); }

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