#69AC96

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

Shades of Acapulco #69AC96

Tints of Acapulco #69AC96

Color information

#69AC96 (or 0x69AC96) is unknown color: approx Acapulco. HEX triplet: 69, AC and 96. RGB value is (105,172,150). Sum of RGB (Red+Green+Blue) = 105+172+150=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC96 is #965369. Grayscale: #959595. Windows color (decimal): -9851754 or 9874537. OLE color: 9874537.

HSL color Cylindrical-coordinate representation of color #69AC96: hue angle of 160.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC96 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB105172150-
CMYK0.3900.130.33
HSL160.3º28.76%54.31%-
HSV(B)160.3º38.95%67.45%-
XYZ26.0834.7134.18-
YUV149.46128.396.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=24.59%
G=40.28%
B=35.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721500.3900.130.33160.328.7654.31
Hex69AC96270D21a01d36
Octal15125422647015412403566
Binary11010011010110010010110100111011011000011010000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AC96; }

 p { color: rgb(105,172,150); }

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

<style>
 a { background-color: #69AC96; }

 a { background-color: rgb(105,172,150); }

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

<style>
 span { border-color: #69AC96; }

 span { border-color: rgb(105,172,150); }

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