#6AB08F

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

Shades of Acapulco #6AB08F

Tints of Acapulco #6AB08F

Color information

#6AB08F (or 0x6AB08F) is unknown color: approx Acapulco. HEX triplet: 6A, B0 and 8F. RGB value is (106,176,143). Sum of RGB (Red+Green+Blue) = 106+176+143=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB08F is #954F70. Grayscale: #979797. Windows color (decimal): -9785201 or 9416810. OLE color: 9416810.

HSL color Cylindrical-coordinate representation of color #6AB08F: hue angle of 151.71º 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 #6AB08F is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB106176143-
CMYK0.4000.190.31
HSL151.71º30.7%55.29%-
HSV(B)151.71º39.77%69.02%-
XYZ26.4336.131.56-
YUV151.31123.3195.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=24.94%
G=41.41%
B=33.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761430.4000.190.31151.7130.755.29
Hex6AB08F280131F981f37
Octal15226021750023372303767
Binary11010101011000010001111101000010011111111001100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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