#6FB7A5

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

Shades of Gulf Stream #6FB7A5

Tints of Gulf Stream #6FB7A5

Color information

#6FB7A5 (or 0x6FB7A5) is unknown color: approx Gulf Stream. HEX triplet: 6F, B7 and A5. RGB value is (111,183,165). Sum of RGB (Red+Green+Blue) = 111+183+165=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB7A5 is #90485A. Grayscale: #9F9F9F. Windows color (decimal): -9455707 or 10860399. OLE color: 10860399.

HSL color Cylindrical-coordinate representation of color #6FB7A5: hue angle of 165º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB7A5 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB111183165-
CMYK0.3900.100.28
HSL165º33.33%57.65%-
HSV(B)165º39.34%71.76%-
XYZ30.2839.9641.72-
YUV159.42131.1593.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=24.18%
G=39.87%
B=35.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831650.3900.100.2816533.3357.65
Hex6FB7A5270A1Ca5213a
Octal15726724547012342454172
Binary11011111011011110100101100111010101110010100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,165); }

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

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

 a { background-color: rgb(111,183,165); }

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

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

 span { border-color: rgb(111,183,165); }

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