#69AB92

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

Shades of Acapulco #69AB92

Tints of Acapulco #69AB92

Color information

#69AB92 (or 0x69AB92) is unknown color: approx Acapulco. HEX triplet: 69, AB and 92. RGB value is (105,171,146). Sum of RGB (Red+Green+Blue) = 105+171+146=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB92 is #96546D. Grayscale: #949494. Windows color (decimal): -9852014 or 9612137. OLE color: 9612137.

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

Color convert

RGB105171146-
CMYK0.3900.150.33
HSL157.27º28.21%54.12%-
HSV(B)157.27º38.6%67.06%-
XYZ25.5834.232.45-
YUV148.42126.6397.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=24.88%
G=40.52%
B=34.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711460.3900.150.33157.2728.2154.12
Hex69AB92270F219d1c36
Octal15125322247017412353466
Binary11010011010101110010010100111011111000011001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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