#6ABBAB

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

Shades of Gulf Stream #6ABBAB

Tints of Gulf Stream #6ABBAB

Color information

#6ABBAB (or 0x6ABBAB) is unknown color: approx Gulf Stream. HEX triplet: 6A, BB and AB. RGB value is (106,187,171). Sum of RGB (Red+Green+Blue) = 106+187+171=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAB is #954454. Grayscale: #A0A0A0. Windows color (decimal): -9782357 or 11254634. OLE color: 11254634.

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

Color convert

RGB106187171-
CMYK0.4300.090.27
HSL168.15º37.33%57.45%-
HSV(B)168.15º43.32%73.33%-
XYZ31.0641.5544.91-
YUV160.96133.6688.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=22.84%
G=40.30%
B=36.85%

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
Decimal1061871710.4300.090.27168.1537.3357.45
Hex6ABBAB2B091Ba82539
Octal15227325353011332504571
Binary11010101011101110101011101011010011101110101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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