#69AB94

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

Shades of Acapulco #69AB94

Tints of Acapulco #69AB94

Color information

#69AB94 (or 0x69AB94) is unknown color: approx Acapulco. HEX triplet: 69, AB and 94. RGB value is (105,171,148). Sum of RGB (Red+Green+Blue) = 105+171+148=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB94 is #96546B. Grayscale: #949494. Windows color (decimal): -9852012 or 9743209. OLE color: 9743209.

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

Color convert

RGB105171148-
CMYK0.3900.130.33
HSL159.09º28.21%54.12%-
HSV(B)159.09º38.6%67.06%-
XYZ25.7334.2733.27-
YUV148.64127.6396.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=24.76%
G=40.33%
B=34.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711480.3900.130.33159.0928.2154.12
Hex69AB94270D219f1c36
Octal15125322447015412373466
Binary11010011010101110010100100111011011000011001111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,148); }

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

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

 a { background-color: rgb(105,171,148); }

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

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

 span { border-color: rgb(105,171,148); }

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