#6FBAA3

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

Shades of Gulf Stream #6FBAA3

Tints of Gulf Stream #6FBAA3

Color information

#6FBAA3 (or 0x6FBAA3) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and A3. RGB value is (111,186,163). Sum of RGB (Red+Green+Blue) = 111+186+163=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAA3 is #90455C. Grayscale: #A0A0A0. Windows color (decimal): -9454941 or 10730095. OLE color: 10730095.

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

Color convert

RGB111186163-
CMYK0.4000.120.27
HSL161.6º35.21%58.24%-
HSV(B)161.6º40.32%72.94%-
XYZ30.7341.1440.97-
YUV160.95129.1592.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.13%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=24.13%
G=40.43%
B=35.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861630.4000.120.27161.635.2158.24
Hex6FBAA3280C1Ba2233a
Octal15727224350014332424372
Binary11011111011101010100011101000011001101110100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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