#6FB6AE

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

Shades of Gulf Stream #6FB6AE

Tints of Gulf Stream #6FB6AE

Color information

#6FB6AE (or 0x6FB6AE) is unknown color: approx Gulf Stream. HEX triplet: 6F, B6 and AE. RGB value is (111,182,174). Sum of RGB (Red+Green+Blue) = 111+182+174=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB6AE is #904951. Grayscale: #9F9F9F. Windows color (decimal): -9455954 or 11449967. OLE color: 11449967.

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

Color convert

RGB111182174-
CMYK0.3900.040.29
HSL173.24º32.72%57.45%-
HSV(B)173.24º39.01%71.37%-
XYZ30.9239.8946.11-
YUV159.86135.9893.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.77%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=23.77%
G=38.97%
B=37.26%

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
Decimal1111821740.3900.040.29173.2432.7257.45
Hex6FB6AE27041Dad2139
Octal1572662564704352554171
Binary1101111101101101010111010011101001110110101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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