#6BBCAB

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

Shades of Gulf Stream #6BBCAB

Tints of Gulf Stream #6BBCAB

Color information

#6BBCAB (or 0x6BBCAB) is unknown color: approx Gulf Stream. HEX triplet: 6B, BC and AB. RGB value is (107,188,171). Sum of RGB (Red+Green+Blue) = 107+188+171=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCAB is #944354. Grayscale: #A1A1A1. Windows color (decimal): -9716565 or 11254891. OLE color: 11254891.

HSL color Cylindrical-coordinate representation of color #6BBCAB: hue angle of 167.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBCAB is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB107188171-
CMYK0.4300.090.26
HSL167.41º37.67%57.84%-
HSV(B)167.41º43.09%73.73%-
XYZ31.442.0344.99-
YUV161.84133.1688.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.96%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=22.96%
G=40.34%
B=36.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881710.4300.090.26167.4137.6757.84
Hex6BBCAB2B091Aa7263a
Octal15327425353011322474672
Binary11010111011110010101011101011010011101010100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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