#6FBAAB

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

Shades of Gulf Stream #6FBAAB

Tints of Gulf Stream #6FBAAB

Color information

#6FBAAB (or 0x6FBAAB) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and AB. RGB value is (111,186,171). Sum of RGB (Red+Green+Blue) = 111+186+171=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAB is #904554. Grayscale: #A1A1A1. Windows color (decimal): -9454933 or 11254383. OLE color: 11254383.

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

Color convert

RGB111186171-
CMYK0.4000.080.27
HSL168º35.21%58.24%-
HSV(B)168º40.32%72.94%-
XYZ31.4741.4444.87-
YUV161.86133.1591.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=23.72%
G=39.74%
B=36.54%

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
Decimal1111861710.4000.080.2716835.2158.24
Hex6FBAAB28081Ba8233a
Octal15727225350010332504372
Binary11011111011101010101011101000010001101110101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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