#6FB7AB

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

Shades of Gulf Stream #6FB7AB

Tints of Gulf Stream #6FB7AB

Color information

#6FB7AB (or 0x6FB7AB) is unknown color: approx Gulf Stream. HEX triplet: 6F, B7 and AB. RGB value is (111,183,171). Sum of RGB (Red+Green+Blue) = 111+183+171=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB7AB is #904854. Grayscale: #A0A0A0. Windows color (decimal): -9455701 or 11253615. OLE color: 11253615.

HSL color Cylindrical-coordinate representation of color #6FB7AB: hue angle of 170º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB7AB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB111183171-
CMYK0.3900.070.28
HSL170º33.33%57.65%-
HSV(B)170º39.34%71.76%-
XYZ30.8440.1944.66-
YUV160.1134.1592.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=23.87%
G=39.35%
B=36.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831710.3900.070.2817033.3357.65
Hex6FB7AB27071Caa213a
Octal1572672534707342524172
Binary1101111101101111010101110011101111110010101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,171); }

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

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

 a { background-color: rgb(111,183,171); }

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

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

 span { border-color: rgb(111,183,171); }

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