#6FBAB2

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

Shades of Gulf Stream #6FBAB2

Tints of Gulf Stream #6FBAB2

Color information

#6FBAB2 (or 0x6FBAB2) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and B2. RGB value is (111,186,178). Sum of RGB (Red+Green+Blue) = 111+186+178=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAB2 is #90454D. Grayscale: #A2A2A2. Windows color (decimal): -9454926 or 11713135. OLE color: 11713135.

HSL color Cylindrical-coordinate representation of color #6FBAB2: hue angle of 173.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBAB2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB111186178-
CMYK0.4000.040.27
HSL173.6º35.21%58.24%-
HSV(B)173.6º40.32%72.94%-
XYZ32.1541.7148.48-
YUV162.66136.6591.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.37%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=23.37%
G=39.16%
B=37.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861780.4000.040.27173.635.2158.24
Hex6FBAB228041Bae233a
Octal1572722625004332564372
Binary1101111101110101011001010100001001101110101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,178); }

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

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

 a { background-color: rgb(111,186,178); }

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

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

 span { border-color: rgb(111,186,178); }

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