#69AC8A

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

Shades of Acapulco #69AC8A

Tints of Acapulco #69AC8A

Color information

#69AC8A (or 0x69AC8A) is unknown color: approx Acapulco. HEX triplet: 69, AC and 8A. RGB value is (105,172,138). Sum of RGB (Red+Green+Blue) = 105+172+138=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC8A is #965375. Grayscale: #949494. Windows color (decimal): -9851766 or 9088105. OLE color: 9088105.

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

Color convert

RGB105172138-
CMYK0.3900.200.33
HSL149.55º28.76%54.31%-
HSV(B)149.55º38.95%67.45%-
XYZ25.1734.3429.35-
YUV148.09122.397.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=25.30%
G=41.45%
B=33.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721380.3900.200.33149.5528.7654.31
Hex69AC8A2701421961d36
Octal15125421247024412263566
Binary110100110101100100010101001110101001000011001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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