#6FB49F

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

Shades of Gulf Stream #6FB49F

Tints of Gulf Stream #6FB49F

Color information

#6FB49F (or 0x6FB49F) is unknown color: approx Gulf Stream. HEX triplet: 6F, B4 and 9F. RGB value is (111,180,159). Sum of RGB (Red+Green+Blue) = 111+180+159=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB49F is #904B60. Grayscale: #9C9C9C. Windows color (decimal): -9456481 or 10466415. OLE color: 10466415.

HSL color Cylindrical-coordinate representation of color #6FB49F: hue angle of 161.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB49F is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB111180159-
CMYK0.3800.120.29
HSL161.74º31.51%57.06%-
HSV(B)161.74º38.33%70.59%-
XYZ29.1338.5338.7-
YUV156.98129.1495.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.67%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=24.67%
G=40%
B=35.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801590.3800.120.29161.7431.5157.06
Hex6FB49F260C1Da22039
Octal15726423746014352424071
Binary11011111011010010011111100110011001110110100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,159); }

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

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

 a { background-color: rgb(111,180,159); }

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

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

 span { border-color: rgb(111,180,159); }

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