#6BAC8A

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

Shades of Acapulco #6BAC8A

Tints of Acapulco #6BAC8A

Color information

#6BAC8A (or 0x6BAC8A) is unknown color: approx Acapulco. HEX triplet: 6B, AC and 8A. RGB value is (107,172,138). Sum of RGB (Red+Green+Blue) = 107+172+138=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC8A is #945375. Grayscale: #949494. Windows color (decimal): -9720694 or 9088107. OLE color: 9088107.

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

Color convert

RGB107172138-
CMYK0.3800.200.33
HSL148.62º28.14%54.71%-
HSV(B)148.62º37.79%67.45%-
XYZ25.434.4729.36-
YUV148.69121.9798.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=25.66%
G=41.25%
B=33.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721380.3800.200.33148.6228.1454.71
Hex6BAC8A2601421951c37
Octal15325421246024412253467
Binary110101110101100100010101001100101001000011001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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