#69AC95

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

Shades of Acapulco #69AC95

Tints of Acapulco #69AC95

Color information

#69AC95 (or 0x69AC95) is unknown color: approx Acapulco. HEX triplet: 69, AC and 95. RGB value is (105,172,149). Sum of RGB (Red+Green+Blue) = 105+172+149=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC95 is #96536A. Grayscale: #959595. Windows color (decimal): -9851755 or 9809001. OLE color: 9809001.

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

Color convert

RGB105172149-
CMYK0.3900.130.33
HSL159.4º28.76%54.31%-
HSV(B)159.4º38.95%67.45%-
XYZ2634.6833.76-
YUV149.34127.896.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=24.65%
G=40.38%
B=34.98%

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
Decimal1051721490.3900.130.33159.428.7654.31
Hex69AC95270D219f1d36
Octal15125422547015412373566
Binary11010011010110010010101100111011011000011001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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