#69A990

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

Shades of Acapulco #69A990

Tints of Acapulco #69A990

Color information

#69A990 (or 0x69A990) is unknown color: approx Acapulco. HEX triplet: 69, A9 and 90. RGB value is (105,169,144). Sum of RGB (Red+Green+Blue) = 105+169+144=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #69A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A990 is #96566F. Grayscale: #939393. Windows color (decimal): -9852528 or 9480553. OLE color: 9480553.

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

Color convert

RGB105169144-
CMYK0.3800.150.34
HSL156.56º27.12%53.73%-
HSV(B)156.56º37.87%66.27%-
XYZ25.0533.3931.51-
YUV147.01126.398.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=25.12%
G=40.43%
B=34.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691440.3800.150.34156.5627.1253.73
Hex69A990260F229d1b36
Octal15125122046017422353366
Binary11010011010100110010000100110011111000101001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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