#69AD8D

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

Shades of Acapulco #69AD8D

Tints of Acapulco #69AD8D

Color information

#69AD8D (or 0x69AD8D) is unknown color: approx Acapulco. HEX triplet: 69, AD and 8D. RGB value is (105,173,141). Sum of RGB (Red+Green+Blue) = 105+173+141=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD8D is #965272. Grayscale: #959595. Windows color (decimal): -9851507 or 9284969. OLE color: 9284969.

HSL color Cylindrical-coordinate representation of color #69AD8D: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD8D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB105173141-
CMYK0.3900.180.32
HSL151.76º29.31%54.51%-
HSV(B)151.76º39.31%67.84%-
XYZ25.5834.8130.57-
YUV149.02123.4796.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=25.06%
G=41.29%
B=33.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731410.3900.180.32151.7629.3154.51
Hex69AD8D2701220981d37
Octal15125521547022402303567
Binary110100110101101100011011001110100101000001001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,141); }

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

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

 a { background-color: rgb(105,173,141); }

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

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

 span { border-color: rgb(105,173,141); }

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