#6BAC96

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

Shades of Acapulco #6BAC96

Tints of Acapulco #6BAC96

Color information

#6BAC96 (or 0x6BAC96) is unknown color: approx Acapulco. HEX triplet: 6B, AC and 96. RGB value is (107,172,150). Sum of RGB (Red+Green+Blue) = 107+172+150=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC96 is #945369. Grayscale: #969696. Windows color (decimal): -9720682 or 9874539. OLE color: 9874539.

HSL color Cylindrical-coordinate representation of color #6BAC96: hue angle of 159.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC96 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB107172150-
CMYK0.3800.130.33
HSL159.69º28.14%54.71%-
HSV(B)159.69º37.79%67.45%-
XYZ26.3234.8334.19-
YUV150.06127.9797.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=24.94%
G=40.09%
B=34.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721500.3800.130.33159.6928.1454.71
Hex6BAC96260D21a01c37
Octal15325422646015412403467
Binary11010111010110010010110100110011011000011010000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,150); }

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

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

 a { background-color: rgb(107,172,150); }

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

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

 span { border-color: rgb(107,172,150); }

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