#6FBBAB

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

Shades of Gulf Stream #6FBBAB

Tints of Gulf Stream #6FBBAB

Color information

#6FBBAB (or 0x6FBBAB) is unknown color: approx Gulf Stream. HEX triplet: 6F, BB and AB. RGB value is (111,187,171). Sum of RGB (Red+Green+Blue) = 111+187+171=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBAB is #904454. Grayscale: #A2A2A2. Windows color (decimal): -9454677 or 11254639. OLE color: 11254639.

HSL color Cylindrical-coordinate representation of color #6FBBAB: hue angle of 167.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBAB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB111187171-
CMYK0.4100.090.27
HSL167.37º35.85%58.43%-
HSV(B)167.37º40.64%73.33%-
XYZ31.6841.8644.94-
YUV162.45132.8291.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.67%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=23.67%
G=39.87%
B=36.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871710.4100.090.27167.3735.8558.43
Hex6FBBAB29091Ba7243a
Octal15727325351011332474472
Binary11011111011101110101011101001010011101110100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,171); }

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

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

 a { background-color: rgb(111,187,171); }

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

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

 span { border-color: rgb(111,187,171); }

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