#6FAB8B

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

Shades of Acapulco #6FAB8B

Tints of Acapulco #6FAB8B

Color information

#6FAB8B (or 0x6FAB8B) is unknown color: approx Acapulco. HEX triplet: 6F, AB and 8B. RGB value is (111,171,139). Sum of RGB (Red+Green+Blue) = 111+171+139=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB8B is #905474. Grayscale: #959595. Windows color (decimal): -9458805 or 9153391. OLE color: 9153391.

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

Color convert

RGB111171139-
CMYK0.3500.190.33
HSL148º26.32%55.29%-
HSV(B)148º35.09%67.06%-
XYZ25.7834.3729.7-
YUV149.41122.12100.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.37%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=26.37%
G=40.62%
B=33.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711390.3500.190.3314826.3255.29
Hex6FAB8B2301321941a37
Octal15725321343023412243267
Binary110111110101011100010111000110100111000011001010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,139); }

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

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

 a { background-color: rgb(111,171,139); }

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

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

 span { border-color: rgb(111,171,139); }

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