#6AAB8E

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

Shades of Acapulco #6AAB8E

Tints of Acapulco #6AAB8E

Color information

#6AAB8E (or 0x6AAB8E) is unknown color: approx Acapulco. HEX triplet: 6A, AB and 8E. RGB value is (106,171,142). Sum of RGB (Red+Green+Blue) = 106+171+142=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8E is #955471. Grayscale: #949494. Windows color (decimal): -9786482 or 9349994. OLE color: 9349994.

HSL color Cylindrical-coordinate representation of color #6AAB8E: hue angle of 153.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB8E is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB106171142-
CMYK0.3800.170.33
HSL153.23º27.9%54.31%-
HSV(B)153.23º38.01%67.06%-
XYZ25.3934.1430.84-
YUV148.26124.4797.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=25.30%
G=40.81%
B=33.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711420.3800.170.33153.2327.954.31
Hex6AAB8E2601121991c36
Octal15225321646021412313466
Binary110101010101011100011101001100100011000011001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AAB8E; }

 p { color: rgb(106,171,142); }

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

<style>
 a { background-color: #6AAB8E; }

 a { background-color: rgb(106,171,142); }

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

<style>
 span { border-color: #6AAB8E; }

 span { border-color: rgb(106,171,142); }

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