#6FBBAE

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

Shades of Gulf Stream #6FBBAE

Tints of Gulf Stream #6FBBAE

Color information

#6FBBAE (or 0x6FBBAE) is unknown color: approx Gulf Stream. HEX triplet: 6F, BB and AE. RGB value is (111,187,174). Sum of RGB (Red+Green+Blue) = 111+187+174=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBAE is #904451. Grayscale: #A2A2A2. Windows color (decimal): -9454674 or 11451247. OLE color: 11451247.

HSL color Cylindrical-coordinate representation of color #6FBBAE: hue angle of 169.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBAE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB111187174-
CMYK0.4100.070.27
HSL169.74º35.85%58.43%-
HSV(B)169.74º40.64%73.33%-
XYZ31.9741.9846.46-
YUV162.79134.3291.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.52%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=23.52%
G=39.62%
B=36.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871740.4100.070.27169.7435.8558.43
Hex6FBBAE29071Baa243a
Octal1572732565107332524472
Binary1101111101110111010111010100101111101110101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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