#6FBAAE

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

Shades of Gulf Stream #6FBAAE

Tints of Gulf Stream #6FBAAE

Color information

#6FBAAE (or 0x6FBAAE) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and AE. RGB value is (111,186,174). Sum of RGB (Red+Green+Blue) = 111+186+174=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAE is #904551. Grayscale: #A2A2A2. Windows color (decimal): -9454930 or 11450991. OLE color: 11450991.

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

Color convert

RGB111186174-
CMYK0.4000.060.27
HSL170.4º35.21%58.24%-
HSV(B)170.4º40.32%72.94%-
XYZ31.7541.5546.39-
YUV162.21134.6591.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=23.57%
G=39.49%
B=36.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861740.4000.060.27170.435.2158.24
Hex6FBAAE28061Baa233a
Octal1572722565006332524372
Binary1101111101110101010111010100001101101110101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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