#6FBAA5

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

Shades of Gulf Stream #6FBAA5

Tints of Gulf Stream #6FBAA5

Color information

#6FBAA5 (or 0x6FBAA5) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and A5. RGB value is (111,186,165). Sum of RGB (Red+Green+Blue) = 111+186+165=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAA5 is #90455A. Grayscale: #A1A1A1. Windows color (decimal): -9454939 or 10861167. OLE color: 10861167.

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

Color convert

RGB111186165-
CMYK0.4000.110.27
HSL163.2º35.21%58.24%-
HSV(B)163.2º40.32%72.94%-
XYZ30.9141.2141.92-
YUV161.18130.1592.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.03%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=24.03%
G=40.26%
B=35.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861650.4000.110.27163.235.2158.24
Hex6FBAA5280B1Ba3233a
Octal15727224550013332434372
Binary11011111011101010100101101000010111101110100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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