#6AA18F

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

Shades of Acapulco #6AA18F

Tints of Acapulco #6AA18F

Color information

#6AA18F (or 0x6AA18F) is unknown color: approx Acapulco. HEX triplet: 6A, A1 and 8F. RGB value is (106,161,143). Sum of RGB (Red+Green+Blue) = 106+161+143=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA18F is #955E70. Grayscale: #8E8E8E. Windows color (decimal): -9789041 or 9412970. OLE color: 9412970.

HSL color Cylindrical-coordinate representation of color #6AA18F: hue angle of 160.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA18F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB106161143-
CMYK0.3400.110.37
HSL160.36º22.63%52.35%-
HSV(B)160.36º34.16%63.14%-
XYZ23.6530.5430.63-
YUV142.5128.28101.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=25.85%
G=39.27%
B=34.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1061611430.3400.110.37160.3622.6352.35
Hex6AA18F220B25a01734
Octal15224121742013452402764
Binary11010101010000110001111100010010111001011010000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,161,143); }

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

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

 a { background-color: rgb(106,161,143); }

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

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

 span { border-color: rgb(106,161,143); }

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