#6AB090

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

Shades of Acapulco #6AB090

Tints of Acapulco #6AB090

Color information

#6AB090 (or 0x6AB090) is unknown color: approx Acapulco. HEX triplet: 6A, B0 and 90. RGB value is (106,176,144). Sum of RGB (Red+Green+Blue) = 106+176+144=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB090 is #954F6F. Grayscale: #979797. Windows color (decimal): -9785200 or 9482346. OLE color: 9482346.

HSL color Cylindrical-coordinate representation of color #6AB090: hue angle of 152.57º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB090 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB106176144-
CMYK0.4000.180.31
HSL152.57º30.7%55.29%-
HSV(B)152.57º39.77%69.02%-
XYZ26.536.1331.96-
YUV151.42123.8195.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.88%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=24.88%
G=41.31%
B=33.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761440.4000.180.31152.5730.755.29
Hex6AB090280121F991f37
Octal15226022050022372313767
Binary11010101011000010010000101000010010111111001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,144); }

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

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

 a { background-color: rgb(106,176,144); }

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

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

 span { border-color: rgb(106,176,144); }

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