#6BBAAC

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

Shades of Gulf Stream #6BBAAC

Tints of Gulf Stream #6BBAAC

Color information

#6BBAAC (or 0x6BBAAC) is unknown color: approx Gulf Stream. HEX triplet: 6B, BA and AC. RGB value is (107,186,172). Sum of RGB (Red+Green+Blue) = 107+186+172=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAAC is #944553. Grayscale: #A0A0A0. Windows color (decimal): -9717076 or 11319915. OLE color: 11319915.

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

Color convert

RGB107186172-
CMYK0.4200.080.27
HSL169.37º36.41%57.45%-
HSV(B)169.37º42.47%72.94%-
XYZ31.0741.2245.35-
YUV160.78134.3389.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=23.01%
G=40%
B=36.99%

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
Decimal1071861720.4200.080.27169.3736.4157.45
Hex6BBAAC2A081Ba92439
Octal15327225452010332514471
Binary11010111011101010101100101010010001101110101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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