#6AAD8C

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

Shades of Acapulco #6AAD8C

Tints of Acapulco #6AAD8C

Color information

#6AAD8C (or 0x6AAD8C) is unknown color: approx Acapulco. HEX triplet: 6A, AD and 8C. RGB value is (106,173,140). Sum of RGB (Red+Green+Blue) = 106+173+140=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAD8C is #955273. Grayscale: #959595. Windows color (decimal): -9785972 or 9219434. OLE color: 9219434.

HSL color Cylindrical-coordinate representation of color #6AAD8C: hue angle of 150.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD8C is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB106173140-
CMYK0.3900.190.32
HSL150.45º29%54.71%-
HSV(B)150.45º38.73%67.84%-
XYZ25.6234.8430.19-
YUV149.2122.897.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=25.30%
G=41.29%
B=33.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061731400.3900.190.32150.452954.71
Hex6AAD8C2701320961d37
Octal15225521447023402263567
Binary110101010101101100011001001110100111000001001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,140); }

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

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

 a { background-color: rgb(106,173,140); }

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

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

 span { border-color: rgb(106,173,140); }

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