#6BBBAB

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

Shades of Gulf Stream #6BBBAB

Tints of Gulf Stream #6BBBAB

Color information

#6BBBAB (or 0x6BBBAB) is unknown color: approx Gulf Stream. HEX triplet: 6B, BB and AB. RGB value is (107,187,171). Sum of RGB (Red+Green+Blue) = 107+187+171=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBBAB is #944454. Grayscale: #A1A1A1. Windows color (decimal): -9716821 or 11254635. OLE color: 11254635.

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

Color convert

RGB107187171-
CMYK0.4300.090.27
HSL168º37.04%57.65%-
HSV(B)168º42.78%73.33%-
XYZ31.1841.6144.92-
YUV161.26133.589.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=23.01%
G=40.22%
B=36.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071871710.4300.090.2716837.0457.65
Hex6BBBAB2B091Ba8253a
Octal15327325353011332504572
Binary11010111011101110101011101011010011101110101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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