#6BBAA6

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

Shades of Gulf Stream #6BBAA6

Tints of Gulf Stream #6BBAA6

Color information

#6BBAA6 (or 0x6BBAA6) is unknown color: approx Gulf Stream. HEX triplet: 6B, BA and A6. RGB value is (107,186,166). Sum of RGB (Red+Green+Blue) = 107+186+166=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAA6 is #944559. Grayscale: #A0A0A0. Windows color (decimal): -9717082 or 10926699. OLE color: 10926699.

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

Color convert

RGB107186166-
CMYK0.4200.110.27
HSL164.81º36.41%57.45%-
HSV(B)164.81º42.47%72.94%-
XYZ30.514142.38-
YUV160.1131.3390.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.31%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=23.31%
G=40.52%
B=36.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861660.4200.110.27164.8136.4157.45
Hex6BBAA62A0B1Ba52439
Octal15327224652013332454471
Binary11010111011101010100110101010010111101110100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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