#6FBBA7

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

Shades of Gulf Stream #6FBBA7

Tints of Gulf Stream #6FBBA7

Color information

#6FBBA7 (or 0x6FBBA7) is unknown color: approx Gulf Stream. HEX triplet: 6F, BB and A7. RGB value is (111,187,167). Sum of RGB (Red+Green+Blue) = 111+187+167=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBA7 is #904458. Grayscale: #A2A2A2. Windows color (decimal): -9454681 or 10992495. OLE color: 10992495.

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

Color convert

RGB111187167-
CMYK0.4100.110.27
HSL164.21º35.85%58.43%-
HSV(B)164.21º40.64%73.33%-
XYZ31.341.7142.96-
YUV162130.8291.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=23.87%
G=40.22%
B=35.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871670.4100.110.27164.2135.8558.43
Hex6FBBA7290B1Ba4243a
Octal15727324751013332444472
Binary11011111011101110100111101001010111101110100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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