#6BBAAB

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

Shades of Gulf Stream #6BBAAB

Tints of Gulf Stream #6BBAAB

Color information

#6BBAAB (or 0x6BBAAB) is unknown color: approx Gulf Stream. HEX triplet: 6B, BA and AB. RGB value is (107,186,171). Sum of RGB (Red+Green+Blue) = 107+186+171=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAAB is #944554. Grayscale: #A0A0A0. Windows color (decimal): -9717077 or 11254379. OLE color: 11254379.

HSL color Cylindrical-coordinate representation of color #6BBAAB: hue angle of 168.61º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAAB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB107186171-
CMYK0.4200.080.27
HSL168.61º36.41%57.45%-
HSV(B)168.61º42.47%72.94%-
XYZ30.9741.1844.84-
YUV160.67133.8389.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=23.06%
G=40.09%
B=36.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861710.4200.080.27168.6136.4157.45
Hex6BBAAB2A081Ba92439
Octal15327225352010332514471
Binary11010111011101010101011101010010001101110101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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