#67AC94

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

Shades of Acapulco #67AC94

Tints of Acapulco #67AC94

Color information

#67AC94 (or 0x67AC94) is unknown color: approx Acapulco. HEX triplet: 67, AC and 94. RGB value is (103,172,148). Sum of RGB (Red+Green+Blue) = 103+172+148=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AC94 is #98536B. Grayscale: #949494. Windows color (decimal): -9982828 or 9743463. OLE color: 9743463.

HSL color Cylindrical-coordinate representation of color #67AC94: hue angle of 159.13º 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 #67AC94 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB103172148-
CMYK0.4000.140.33
HSL159.13º29.36%53.92%-
HSV(B)159.13º40.12%67.45%-
XYZ25.6934.5333.33-
YUV148.63127.6495.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=24.35%
G=40.66%
B=34.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721480.4000.140.33159.1329.3653.92
Hex67AC94280E219f1d36
Octal14725422450016412373566
Binary11001111010110010010100101000011101000011001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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