#69AC92

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

Shades of Acapulco #69AC92

Tints of Acapulco #69AC92

Color information

#69AC92 (or 0x69AC92) is unknown color: approx Acapulco. HEX triplet: 69, AC and 92. RGB value is (105,172,146). Sum of RGB (Red+Green+Blue) = 105+172+146=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC92 is #96536D. Grayscale: #959595. Windows color (decimal): -9851758 or 9612393. OLE color: 9612393.

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

Color convert

RGB105172146-
CMYK0.3900.150.33
HSL156.72º28.76%54.31%-
HSV(B)156.72º38.95%67.45%-
XYZ25.7734.5832.51-
YUV149126.396.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=24.82%
G=40.66%
B=34.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721460.3900.150.33156.7228.7654.31
Hex69AC92270F219d1d36
Octal15125422247017412353566
Binary11010011010110010010010100111011111000011001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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