#6ABBAD

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

Shades of Gulf Stream #6ABBAD

Tints of Gulf Stream #6ABBAD

Color information

#6ABBAD (or 0x6ABBAD) is unknown color: approx Gulf Stream. HEX triplet: 6A, BB and AD. RGB value is (106,187,173). Sum of RGB (Red+Green+Blue) = 106+187+173=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAD is #954452. Grayscale: #A1A1A1. Windows color (decimal): -9782355 or 11385706. OLE color: 11385706.

HSL color Cylindrical-coordinate representation of color #6ABBAD: hue angle of 169.63º 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 #6ABBAD is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB106187173-
CMYK0.4300.070.27
HSL169.63º37.33%57.45%-
HSV(B)169.63º43.32%73.33%-
XYZ31.2641.6245.92-
YUV161.18134.6688.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.75%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=22.75%
G=40.13%
B=37.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871730.4300.070.27169.6337.3357.45
Hex6ABBAD2B071Baa2539
Octal1522732555307332524571
Binary1101010101110111010110110101101111101110101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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