#6CBAAB

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

Shades of Gulf Stream #6CBAAB

Tints of Gulf Stream #6CBAAB

Color information

#6CBAAB (or 0x6CBAAB) is unknown color: approx Gulf Stream. HEX triplet: 6C, BA and AB. RGB value is (108,186,171). Sum of RGB (Red+Green+Blue) = 108+186+171=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAAB is #934554. Grayscale: #A0A0A0. Windows color (decimal): -9651541 or 11254380. OLE color: 11254380.

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

Color convert

RGB108186171-
CMYK0.4200.080.27
HSL168.46º36.11%57.65%-
HSV(B)168.46º41.94%72.94%-
XYZ31.0941.2544.85-
YUV160.97133.6690.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.23%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=23.23%
G=40%
B=36.77%

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
Decimal1081861710.4200.080.27168.4636.1157.65
Hex6CBAAB2A081Ba8243a
Octal15427225352010332504472
Binary11011001011101010101011101010010001101110101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,171); }

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

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

 a { background-color: rgb(108,186,171); }

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

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

 span { border-color: rgb(108,186,171); }

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