#6ABCAC

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

Shades of Gulf Stream #6ABCAC

Tints of Gulf Stream #6ABCAC

Color information

#6ABCAC (or 0x6ABCAC) is unknown color: approx Gulf Stream. HEX triplet: 6A, BC and AC. RGB value is (106,188,172). Sum of RGB (Red+Green+Blue) = 106+188+172=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABCAC is #954353. Grayscale: #A1A1A1. Windows color (decimal): -9782100 or 11320426. OLE color: 11320426.

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

Color convert

RGB106188172-
CMYK0.4400.090.26
HSL168.29º37.96%57.65%-
HSV(B)168.29º43.62%73.73%-
XYZ31.3742.0145.48-
YUV161.66133.8388.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.75%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=22.75%
G=40.34%
B=36.91%

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
Decimal1061881720.4400.090.26168.2937.9657.65
Hex6ABCAC2C091Aa8263a
Octal15227425454011322504672
Binary11010101011110010101100101100010011101010101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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