#6FBAAC

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

Shades of Gulf Stream #6FBAAC

Tints of Gulf Stream #6FBAAC

Color information

#6FBAAC (or 0x6FBAAC) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and AC. RGB value is (111,186,172). Sum of RGB (Red+Green+Blue) = 111+186+172=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAC is #904553. Grayscale: #A1A1A1. Windows color (decimal): -9454932 or 11319919. OLE color: 11319919.

HSL color Cylindrical-coordinate representation of color #6FBAAC: hue angle of 168.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBAAC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB111186172-
CMYK0.4000.080.27
HSL168.8º35.21%58.24%-
HSV(B)168.8º40.32%72.94%-
XYZ31.5641.4845.37-
YUV161.98133.6591.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.67%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=23.67%
G=39.66%
B=36.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861720.4000.080.27168.835.2158.24
Hex6FBAAC28081Ba9233a
Octal15727225450010332514372
Binary11011111011101010101100101000010001101110101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,172); }

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

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

 a { background-color: rgb(111,186,172); }

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

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

 span { border-color: rgb(111,186,172); }

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