#67A28D

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

Shades of Acapulco #67A28D

Tints of Acapulco #67A28D

Color information

#67A28D (or 0x67A28D) is unknown color: approx Acapulco. HEX triplet: 67, A2 and 8D. RGB value is (103,162,141). Sum of RGB (Red+Green+Blue) = 103+162+141=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #67A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A28D is #985D72. Grayscale: #8D8D8D. Windows color (decimal): -9985395 or 9282151. OLE color: 9282151.

HSL color Cylindrical-coordinate representation of color #67A28D: hue angle of 158.64º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A28D is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB103162141-
CMYK0.3600.130.36
HSL158.64º24.08%51.96%-
HSV(B)158.64º36.42%63.53%-
XYZ23.3230.6529.89-
YUV141.96127.45100.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.37%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=25.37%
G=39.90%
B=34.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1031621410.3600.130.36158.6424.0851.96
Hex67A28D240D249f1834
Octal14724221544015442373064
Binary11001111010001010001101100100011011001001001111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,162,141); }

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

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

 a { background-color: rgb(103,162,141); }

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

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

 span { border-color: rgb(103,162,141); }

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