#6FBBAA

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

Shades of Gulf Stream #6FBBAA

Tints of Gulf Stream #6FBBAA

Color information

#6FBBAA (or 0x6FBBAA) is unknown color: approx Gulf Stream. HEX triplet: 6F, BB and AA. RGB value is (111,187,170). Sum of RGB (Red+Green+Blue) = 111+187+170=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBAA is #904455. Grayscale: #A2A2A2. Windows color (decimal): -9454678 or 11189103. OLE color: 11189103.

HSL color Cylindrical-coordinate representation of color #6FBBAA: hue angle of 166.58º 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 #6FBBAA is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB111187170-
CMYK0.4100.090.27
HSL166.58º35.85%58.43%-
HSV(B)166.58º40.64%73.33%-
XYZ31.5841.8244.44-
YUV162.34132.3291.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=23.72%
G=39.96%
B=36.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871700.4100.090.27166.5835.8558.43
Hex6FBBAA29091Ba7243a
Octal15727325251011332474472
Binary11011111011101110101010101001010011101110100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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