#6BBBA6

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

Shades of Gulf Stream #6BBBA6

Tints of Gulf Stream #6BBBA6

Color information

#6BBBA6 (or 0x6BBBA6) is unknown color: approx Gulf Stream. HEX triplet: 6B, BB and A6. RGB value is (107,187,166). Sum of RGB (Red+Green+Blue) = 107+187+166=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBBA6 is #944459. Grayscale: #A0A0A0. Windows color (decimal): -9716826 or 10926955. OLE color: 10926955.

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

Color convert

RGB107187166-
CMYK0.4300.110.27
HSL164.25º37.04%57.65%-
HSV(B)164.25º42.78%73.33%-
XYZ30.7241.4242.45-
YUV160.6913189.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.26%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 166 (65.23% from 255) = 36.09%
R=23.26%
G=40.65%
B=36.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071871660.4300.110.27164.2537.0457.65
Hex6BBBA62B0B1Ba4253a
Octal15327324653013332444572
Binary11010111011101110100110101011010111101110100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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