#67AB94

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

Shades of Acapulco #67AB94

Tints of Acapulco #67AB94

Color information

#67AB94 (or 0x67AB94) is unknown color: approx Acapulco. HEX triplet: 67, AB and 94. RGB value is (103,171,148). Sum of RGB (Red+Green+Blue) = 103+171+148=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AB94 is #98546B. Grayscale: #949494. Windows color (decimal): -9983084 or 9743207. OLE color: 9743207.

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

Color convert

RGB103171148-
CMYK0.4000.130.33
HSL159.71º28.81%53.73%-
HSV(B)159.71º39.77%67.06%-
XYZ25.534.1533.26-
YUV148.05127.9795.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.41%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=24.41%
G=40.52%
B=35.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031711480.4000.130.33159.7128.8153.73
Hex67AB94280D21a01d36
Octal14725322450015412403566
Binary11001111010101110010100101000011011000011010000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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