#69A98D

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

Shades of Acapulco #69A98D

Tints of Acapulco #69A98D

Color information

#69A98D (or 0x69A98D) is unknown color: approx Acapulco. HEX triplet: 69, A9 and 8D. RGB value is (105,169,141). Sum of RGB (Red+Green+Blue) = 105+169+141=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #69A98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A98D is #965672. Grayscale: #929292. Windows color (decimal): -9852531 or 9283945. OLE color: 9283945.

HSL color Cylindrical-coordinate representation of color #69A98D: hue angle of 153.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A98D is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB105169141-
CMYK0.3800.170.34
HSL153.75º27.12%53.73%-
HSV(B)153.75º37.87%66.27%-
XYZ24.8233.330.32-
YUV146.67124.898.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=25.30%
G=40.72%
B=33.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691410.3800.170.34153.7527.1253.73
Hex69A98D26011229a1b36
Octal15125121546021422323366
Binary110100110101001100011011001100100011000101001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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