#6bbca7

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

Shades of Gulf Stream #6BBCA7

Tints of Gulf Stream #6BBCA7

Color information

#6BBCA7 (or 0x6BBCA7) is unknown color: approx Gulf Stream. HEX triplet: 6B, BC and A7. RGB value is (107,188,167). Sum of RGB (Red+Green+Blue) = 107+188+167=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCA7 is #944358. Grayscale: #A1A1A1. Windows color (decimal): -9716569 or 10992747. OLE color: 10992747.

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

Color convert

RGB107188167-
CMYK0.4300.110.26
HSL164.44º37.67%57.84%-
HSV(B)164.44º43.09%73.73%-
XYZ31.0241.8843.01-
YUV161.39131.1689.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=23.16%
G=40.69%
B=36.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881670.4300.110.26164.4437.6757.84
Hex6BBCA72B0B1Aa4263a
Octal15327424753013322444672
Binary11010111011110010100111101011010111101010100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bbca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,167); }

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

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

 a { background-color: rgb(107,188,167); }

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

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

 span { border-color: rgb(107,188,167); }

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