#6AA294

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

Shades of Acapulco #6AA294

Tints of Acapulco #6AA294

Color information

#6AA294 (or 0x6AA294) is unknown color: approx Acapulco. HEX triplet: 6A, A2 and 94. RGB value is (106,162,148). Sum of RGB (Red+Green+Blue) = 106+162+148=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA294 is #955D6B. Grayscale: #8F8F8F. Windows color (decimal): -9788780 or 9740906. OLE color: 9740906.

HSL color Cylindrical-coordinate representation of color #6AA294: hue angle of 165º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA294 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB106162148-
CMYK0.3500.090.36
HSL165º23.14%52.55%-
HSV(B)165º34.57%63.53%-
XYZ24.2131.0432.73-
YUV143.66130.45101.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=25.48%
G=38.94%
B=35.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061621480.3500.090.3616523.1452.55
Hex6AA294230924a51735
Octal15224222443011442452765
Binary11010101010001010010100100011010011001001010010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,162,148); }

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

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

 a { background-color: rgb(106,162,148); }

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

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

 span { border-color: rgb(106,162,148); }

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