#6FB6AF

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

Shades of Gulf Stream #6FB6AF

Tints of Gulf Stream #6FB6AF

Color information

#6FB6AF (or 0x6FB6AF) is unknown color: approx Gulf Stream. HEX triplet: 6F, B6 and AF. RGB value is (111,182,175). Sum of RGB (Red+Green+Blue) = 111+182+175=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB6AF is #904950. Grayscale: #9F9F9F. Windows color (decimal): -9455953 or 11515503. OLE color: 11515503.

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

Color convert

RGB111182175-
CMYK0.3900.040.29
HSL174.08º32.72%57.45%-
HSV(B)174.08º39.01%71.37%-
XYZ31.0239.9346.63-
YUV159.97136.4893.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=23.72%
G=38.89%
B=37.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111821750.3900.040.29174.0832.7257.45
Hex6FB6AF27041Dae2139
Octal1572662574704352564171
Binary1101111101101101010111110011101001110110101110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,182,175); }

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

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

 a { background-color: rgb(111,182,175); }

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

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

 span { border-color: rgb(111,182,175); }

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