#6FB6AA

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

Shades of Gulf Stream #6FB6AA

Tints of Gulf Stream #6FB6AA

Color information

#6FB6AA (or 0x6FB6AA) is unknown color: approx Gulf Stream. HEX triplet: 6F, B6 and AA. RGB value is (111,182,170). Sum of RGB (Red+Green+Blue) = 111+182+170=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB6AA is #904955. Grayscale: #9F9F9F. Windows color (decimal): -9455958 or 11187823. OLE color: 11187823.

HSL color Cylindrical-coordinate representation of color #6FB6AA: hue angle of 169.86º 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 #6FB6AA is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB111182170-
CMYK0.3900.070.29
HSL169.86º32.72%57.45%-
HSV(B)169.86º39.01%71.37%-
XYZ30.5439.7444.09-
YUV159.4133.9893.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.97%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=23.97%
G=39.31%
B=36.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111821700.3900.070.29169.8632.7257.45
Hex6FB6AA27071Daa2139
Octal1572662524707352524171
Binary1101111101101101010101010011101111110110101010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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