#69A690

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

Shades of Acapulco #69A690

Tints of Acapulco #69A690

Color information

#69A690 (or 0x69A690) is unknown color: approx Acapulco. HEX triplet: 69, A6 and 90. RGB value is (105,166,144). Sum of RGB (Red+Green+Blue) = 105+166+144=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #69A690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A690 is #96596F. Grayscale: #919191. Windows color (decimal): -9853296 or 9479785. OLE color: 9479785.

HSL color Cylindrical-coordinate representation of color #69A690: hue angle of 158.36º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A690 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB105166144-
CMYK0.3700.130.35
HSL158.36º25.52%53.14%-
HSV(B)158.36º36.75%65.1%-
XYZ24.532.2931.33-
YUV145.25127.2999.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=25.30%
G=40%
B=34.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051661440.3700.130.35158.3625.5253.14
Hex69A690250D239e1a35
Octal15124622045015432363265
Binary11010011010011010010000100101011011000111001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,166,144); }

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

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

 a { background-color: rgb(105,166,144); }

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

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

 span { border-color: rgb(105,166,144); }

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