#6AAA98

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

Shades of Acapulco #6AAA98

Tints of Acapulco #6AAA98

Color information

#6AAA98 (or 0x6AAA98) is unknown color: approx Acapulco. HEX triplet: 6A, AA and 98. RGB value is (106,170,152). Sum of RGB (Red+Green+Blue) = 106+170+152=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA98 is #955567. Grayscale: #949494. Windows color (decimal): -9786728 or 10005098. OLE color: 10005098.

HSL color Cylindrical-coordinate representation of color #6AAA98: hue angle of 163.12º degrees, saturation: 0.27, 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 #6AAA98 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB106170152-
CMYK0.3800.110.33
HSL163.12º27.35%54.12%-
HSV(B)163.12º37.65%66.67%-
XYZ25.9934.0834.91-
YUV148.81129.897.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.77%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=24.77%
G=39.72%
B=35.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701520.3800.110.33163.1227.3554.12
Hex6AAA98260B21a31b36
Octal15225223046013412433366
Binary11010101010101010011000100110010111000011010001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,152); }

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

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

 a { background-color: rgb(106,170,152); }

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

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

 span { border-color: rgb(106,170,152); }

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