#69AB93

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

Shades of Acapulco #69AB93

Tints of Acapulco #69AB93

Color information

#69AB93 (or 0x69AB93) is unknown color: approx Acapulco. HEX triplet: 69, AB and 93. RGB value is (105,171,147). Sum of RGB (Red+Green+Blue) = 105+171+147=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB93 is #96546C. Grayscale: #949494. Windows color (decimal): -9852013 or 9677673. OLE color: 9677673.

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

Color convert

RGB105171147-
CMYK0.3900.140.33
HSL158.18º28.21%54.12%-
HSV(B)158.18º38.6%67.06%-
XYZ25.6634.2432.86-
YUV148.53127.1396.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=24.82%
G=40.43%
B=34.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711470.3900.140.33158.1828.2154.12
Hex69AB93270E219e1c36
Octal15125322347016412363466
Binary11010011010101110010011100111011101000011001111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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