#6FBBA6

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

Shades of Gulf Stream #6FBBA6

Tints of Gulf Stream #6FBBA6

Color information

#6FBBA6 (or 0x6FBBA6) is unknown color: approx Gulf Stream. HEX triplet: 6F, BB and A6. RGB value is (111,187,166). Sum of RGB (Red+Green+Blue) = 111+187+166=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBA6 is #904459. Grayscale: #A1A1A1. Windows color (decimal): -9454682 or 10926959. OLE color: 10926959.

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

Color convert

RGB111187166-
CMYK0.4100.110.27
HSL163.42º35.85%58.43%-
HSV(B)163.42º40.64%73.33%-
XYZ31.2141.6742.48-
YUV161.88130.3291.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.92%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=23.92%
G=40.30%
B=35.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871660.4100.110.27163.4235.8558.43
Hex6FBBA6290B1Ba3243a
Octal15727324651013332434472
Binary11011111011101110100110101001010111101110100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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