#6BBCAA

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

Shades of Gulf Stream #6BBCAA

Tints of Gulf Stream #6BBCAA

Color information

#6BBCAA (or 0x6BBCAA) is unknown color: approx Gulf Stream. HEX triplet: 6B, BC and AA. RGB value is (107,188,170). Sum of RGB (Red+Green+Blue) = 107+188+170=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCAA is #944355. Grayscale: #A1A1A1. Windows color (decimal): -9716566 or 11189355. OLE color: 11189355.

HSL color Cylindrical-coordinate representation of color #6BBCAA: hue angle of 166.67º 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 #6BBCAA is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB107188170-
CMYK0.4300.100.26
HSL166.67º37.67%57.84%-
HSV(B)166.67º43.09%73.73%-
XYZ31.341.9944.49-
YUV161.73132.6688.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=23.01%
G=40.43%
B=36.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881700.4300.100.26166.6737.6757.84
Hex6BBCAA2B0A1Aa7263a
Octal15327425253012322474672
Binary11010111011110010101010101011010101101010100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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