#6FBAAA

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

Shades of Gulf Stream #6FBAAA

Tints of Gulf Stream #6FBAAA

Color information

#6FBAAA (or 0x6FBAAA) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and AA. RGB value is (111,186,170). Sum of RGB (Red+Green+Blue) = 111+186+170=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAA is #904555. Grayscale: #A1A1A1. Windows color (decimal): -9454934 or 11188847. OLE color: 11188847.

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

Color convert

RGB111186170-
CMYK0.4000.090.27
HSL167.2º35.21%58.24%-
HSV(B)167.2º40.32%72.94%-
XYZ31.3741.444.37-
YUV161.75132.6591.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.77%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=23.77%
G=39.83%
B=36.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861700.4000.090.27167.235.2158.24
Hex6FBAAA28091Ba7233a
Octal15727225250011332474372
Binary11011111011101010101010101000010011101110100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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