#6FB7AC

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

Shades of Gulf Stream #6FB7AC

Tints of Gulf Stream #6FB7AC

Color information

#6FB7AC (or 0x6FB7AC) is unknown color: approx Gulf Stream. HEX triplet: 6F, B7 and AC. RGB value is (111,183,172). Sum of RGB (Red+Green+Blue) = 111+183+172=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB7AC is #904853. Grayscale: #A0A0A0. Windows color (decimal): -9455700 or 11319151. OLE color: 11319151.

HSL color Cylindrical-coordinate representation of color #6FB7AC: hue angle of 170.83º 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 #6FB7AC is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB111183172-
CMYK0.3900.060.28
HSL170.83º33.33%57.65%-
HSV(B)170.83º39.34%71.76%-
XYZ30.9440.2345.16-
YUV160.22134.6592.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=23.82%
G=39.27%
B=36.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831720.3900.060.28170.8333.3357.65
Hex6FB7AC27061Cab213a
Octal1572672544706342534172
Binary1101111101101111010110010011101101110010101011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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