#6ABCAB

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

Shades of Gulf Stream #6ABCAB

Tints of Gulf Stream #6ABCAB

Color information

#6ABCAB (or 0x6ABCAB) is unknown color: approx Gulf Stream. HEX triplet: 6A, BC and AB. RGB value is (106,188,171). Sum of RGB (Red+Green+Blue) = 106+188+171=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABCAB is #954354. Grayscale: #A1A1A1. Windows color (decimal): -9782101 or 11254890. OLE color: 11254890.

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

Color convert

RGB106188171-
CMYK0.4400.090.26
HSL167.56º37.96%57.65%-
HSV(B)167.56º43.62%73.73%-
XYZ31.2841.9744.98-
YUV161.54133.3388.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=22.80%
G=40.43%
B=36.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061881710.4400.090.26167.5637.9657.65
Hex6ABCAB2C091Aa8263a
Octal15227425354011322504672
Binary11010101011110010101011101100010011101010101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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